Deploy ASP.NET MVC on IIS 5.1 (Windows XP)

前端 未结 4 1297
别那么骄傲
别那么骄傲 2020-11-30 00:50

OK, deploying ASP.NET MVC seems to be painful. I want to deploy my ASP.NET MVC application on Windows XP (IIS 5.1), but can\'t seem to find how to do it. When I type the app

4条回答
  •  既然无缘
    2020-11-30 01:25

    To host ASP .NET MVC applications in Windows XP, use IIS Developer Express.

    After IIS Express is installed, open a command prompt at the install location and execute the following (substituting where necessary):

    iisexpress.exe /path:[path_to_mvc_project] /port:[port] /systray:true /clr:v2.0

提交回复
热议问题