在 IIS 7.0 上部署 Silverlight 业务应用程序时出现 404.2 错误

发布于 2024-10-28 08:51:38 字数 388 浏览 5 评论 0原文

当我尝试在带有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

善良天后 2024-11-04 08:51:38

您是否已将 .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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文