ASP.NET MVC on IIS falls through to the static file handler

前端 未结 5 1474
抹茶落季
抹茶落季 2020-12-24 07:33

I have a problem with an ASP.NET MVC site.

These are the details:

  1. ASP.NET MVC 2
  2. ASP.NET 4 integrated pipeline
  3. IIS 7.5 on Windows Web
5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-24 08:14

    So I found the error. There was a left over default document in the root, which isn't necessary for apps using the integrated pipeline. Also some changes to Global.ascx and route registration was neessary, but after that it worked.

提交回复
热议问题