如何在IIS8.5上托管Asp.Net MVC5?

时间:2015-03-30 13:12:11

标签: asp.net-mvc-5 iis-8.5

我在iis 8.5上有MVC5应用程序。 我的控制器操作得到了404。一个错误来自StaticFile Handler。 我如何告诉IIS让ASP处理无扩展查询? 我在下面添加了一节,但它没有意义。

<system.webServer>
 <modules runAllManagedModulesForAllRequests="true">
  <remove name="UrlRoutingModule-4.0"/>
  <add name="UrlRoutingModule-4.0" type="System.Web.Routing.UrlRoutingModule" preCondition="" />
</modules>
</system.webServer>

IIS Express很适合这些查询。

0 个答案:

没有答案