IIS 7.0 StaticFile错误

时间:2015-04-07 04:53:44

标签: iis-7 windows-server

我的项目基于ASP.NET 4.5,它可以在我的本地计算机上运行Visual Studio 2013.它在Windows Server 2012 R中运行良好,但是当我将它放入Windows Server Standard的IIS 7.0中时(32位) ),抛出错误;

模块:IIS Web Core 信息:MapRequestHandler handle:StaticFile 代码0x80070002

我已经注册了.NET v4并添加了aspnet_isapi.dll来处理地图,我已经将StaticFile的路径设置为'*'。

但它仍然效果不佳。

如何处理它。

1 个答案:

答案 0 :(得分:0)

之前我遇到过类似的问题,我认为你必须在IIS中注册.net框架。

打开命令行窗口并导航到 c:\ windows \ microsoft.net \ framework64 [你的.net版本] \ 并输入 aspnet_regiis -i