Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在浏览器中浏览到我的 .svc 端点时,我收到以下消息:处理程序“svc-ISAPI-4.0_32bit”有一个错误模块“IsapiModule”(在 64 位 Windows 上,消息是:处理程序“svc-ISAPI-4.0_64bit”有一个坏模块“IsapiModule”)。
我在 IIS 的任何地方都找不到 IsapiModule。我怎样才能解决这个问题?
1) 确保安装了适当的 IIS 功能。转到控制面板 > 程序和功能 > 打开或关闭 Windows 功能,然后选择Internet 信息服务 > Web 管理工具和万维网服务以及Microsoft .NET Framework下的所有内容。
2) 在 Visual Studio 命令提示符下,运行以下命令:
aspnet_regiis -i -enable ServiceModelReg.exe -r
3) 重新启动 IIS。