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

拈花ヽ惹草 提交于 2019-12-01 23:16:16
David Brabant

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.

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