Can I automate creating a .NET web application in IIS?

后端 未结 9 2254
無奈伤痛
無奈伤痛 2020-12-30 13:52

I need to deploy a web application on several laptops (although it is a web application, it is intended to run via localhost only - thus the need to deploy on s

9条回答
  •  余生分开走
    2020-12-30 14:29

    Have look at this post. It explains how to start Cassini web server from the command line and add it as a shell extension.

    CarlosAg's blog has some great posts about IIS administration throw PowerShell and managed code.

提交回复
热议问题