Can some one please help me on the Steps to build and Deploy a WCF Service on IIS using the PowerShell Scripting.
Regards, Harshal
Can some one please help me on the Steps to build and Deploy a WCF Service on IIS using the PowerShell Scripting. Regards, Harshal |
|||||||||||||
|
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. |
|||
|