标签:
错误摘要
安装了 net framework4.5依然报错
最后解决方法:
http://stackoverflow.com/questions/5111091/getting-404-0-error-for-asp-net-mvc-3-app-on-iis-7-0-windows-server-2008
Just add the following to your web config:
<system.webServer> <modules runAllManagedModulesForAllRequests="true" />
标签:
原文地址:http://www.cnblogs.com/gezifeiyang/p/4861441.html