在 IIS 7.0 上部署 Silverlight 业务应用程序时出现 404.2 错误
当我尝试在带有 Service Pack 2 的 Windows Server Standard 服务器上的 IIS 7.0 上查看新部署的 Silverlight 业务应用程序时,出现以下错误:
HTTP 错误 404.2 - 未找到该页面 无法满足您的请求 由于 ISAPI 和 CGI Web 上的限制列表设置 服务器。
错误代码0x800704ec
我已在自己的台式电脑上成功部署此应用程序。
编辑:
据我所知,我没有使用 ISAPI 或 CGI。
进一步编辑:
我的 IIS 中似乎没有“ISAPI 和 CGI 限制”功能。
I'm getting the following error when trying view my freshly deployed Silverlight Business Application on IIS 7.0 on a Windows Server Standard server with Service Pack 2:
HTTP Error 404.2 - Not Found The page
you are requesting cannot be served
because of the ISAPI and CGI
Restriction list settings on the Web
server.Error Code 0x800704ec
I've deployed this application successfully on my own desktop PC.
Edits:
To my knowledge, I am not using either ISAPI or CGI.
Further Edits:
I don't seem to even have a "ISAPI and CGI Restrictions" feature in my IIS.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否已将 .xap 扩展名映射到服务器 mime 映射中的 mime 类型 application/x-silverlight-app ?请参阅在 IIS 中注册 XAP 文件扩展。
IIS 6 及更高版本没有默认的 .* 映射,没有它您会得到 404。
Have you mapped the .xap extension to the mime type application/x-silverlight-app in the servers mime map? See Register XAP file extention in IIS.
IIS 6 and above do not have a default .* mapping, without it you get a 404.