Join the Stack Overflow Community
Stack Overflow is a community of 4.7 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

Can some one please help me on the Steps to build and Deploy a WCF Service on IIS using the PowerShell Scripting.

Regards, Harshal

share|improve this question
1  
See my answer here: stackoverflow.com/questions/9460744/… it covers IIS hosting in great detail – marc_s Feb 29 '12 at 6:21
    
any final solution with full source code sample working about it ? – Kiquenet Jun 25 '13 at 6:26
    
I dont have the exact one but here is the good sample @ link – CHash_Mike Jun 26 '13 at 6:58
up vote 2 down vote accepted

There is a PowerShell snap-in for IIS 7. You can find it here: http://learn.iis.net/page.aspx/447/managing-iis-with-the-iis-powershell-snap-in/

With that snap-in, you can very easily add/configure application pools, create IIS Applications, backup the IIS config files and so on.

The "deploy" part of your question can easily be implemented by a PS script running as a postbuild event.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.