Steps to Build and deploy a WCF Service on IIS using PowerShell scripting

别等时光非礼了梦想. 提交于 2019-12-02 00:32:56

问题


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

Regards, Harshal


回答1:


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.



来源:https://stackoverflow.com/questions/9494349/steps-to-build-and-deploy-a-wcf-service-on-iis-using-powershell-scripting

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!