ASP.NET MVC4 URL带点号 404

<system.webServer>
    <modules runAllManagedModulesForAllRequests="true"> </modules> </system.webServer>

OR

<system.webServer>
    <!--<modules runAllManagedModulesForAllRequests="true">
    </modules>-->
    <handlers>
      <add name="UrlRoutingHandler" type="System.Web.Routing.UrlRoutingHandler, System.Web" path="/promo/*" verb="*" /> </handlers> </system.webServer>

猜你喜欢

转载自www.cnblogs.com/zhuangke668/p/10595435.html