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

后端 未结 9 2220
無奈伤痛
無奈伤痛 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:42

    You can look inside the Cassini Sample Web Server (comes with source):

    The ASP.NET Cassini Web Server Sample is a sample web server written using the Microsoft® .NET® Framework, and demonstrates hosting ASP.NET using the ASP.NET hosting APIs (System.Web.Hosting).

提交回复
热议问题