日期:2014-06-10 浏览次数:20569 次
但是改完之后问题依旧,网上又找到说更改web.config节点内容:
1 <system.webServer> 2 <modules runAllManagedModulesForAllRequests="true" /> 3 </system.webServer>
但是不幸的是问题又依旧,google搜“Forbidden mvc”,找到解决方案:http://stackoverflow.com/questions/6011636/403-forbidden-on-basic-mvc-3-deploy-on-iis7-5,
运行 cmd 找到“Framework”目录,执行:aspnet_regiis -i 命令。
在“应用程序池”中新增.NET Framework 4.0应用程序池,重新运行,OK。
解决方案:安装 http://support.microsoft.com/kb/2468871,64位只需要安装 NDP40-KB2468871-v2-x64.exe 就可以了。
详细异常如下:
这个问题一般是连接字符串为windows集成验证导致的,更改如下:Data Source=server;Initial Catalog=db;User ID=test;Password=test;