Can some one please help me on the Steps to build and Deploy a WCF Service on IIS using the PowerShell Scripting.
Regards,
Harshal
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a PowerShell snap-in for IIS 7. You can find it here:
https://www.iis.net/learn/manage/powershell/getting-started-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.