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

前端 未结 4 1296
别那么骄傲
别那么骄傲 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:14

    You need to add a wildcard mapping in IIS 5. In IIS 6 you have a specific section to add wildcard mappings. In IIS 5 you map the extension .* and you select your asp.net ISAPI dll. If the "Ok" button is not clickable, click in the textbox of the dll path and it should then be clickable (don't ask, this happens to me all the time).

提交回复
热议问题