Deploy asp.net web app on local or remote IIS using PowerShell DSC

[亡魂溺海] 提交于 2019-12-25 14:47:09

问题


I am unable to find any help on how to use PowerShell for DSC and deploy asp.net web app on local or remote on premises IIS.

Can you please help me with the steps or any resources?


回答1:


What's your preferred method of deploying code prior to using DSC? xRobocopy was created with this scenario in mind, but if you are packaging your solution using NuGet, you could also use the PackageManagement resource.

I started working on a NuGet based config script recently but it isn't ready to publish in the gallery yet: https://github.com/Microsoft/NuGetIISAppServerConfig/blob/master/NuGetIISAppServerConfig.ps1



来源:https://stackoverflow.com/questions/43384496/deploy-asp-net-web-app-on-local-or-remote-iis-using-powershell-dsc

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