参考

http://www.cnblogs.com/yaozhenfa/p/asp_net_mvc_route_2.html

 

说明

1."解决与物理路径的冲突"这段教程这里如果不起作用的话,说明你的web.config缺少

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

 

相关文章: