微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

asp.net – IIS Web服务器中的此错误(扩展配置)是什么?

当我在本地IIS服务器上启动我的网站时(在 Windows 7上)..我收到此错误消息
HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a script,add a handler. If the file should be downloaded,add a MIME map.

Detailed Error information
Module StaticFileModule
Notification ExecuteRequestHandler
Handler StaticFile
Error Code 0x80070032
Requested URL http://localhost:80/Default.aspx
Physical Path D:\مشروع الويب\comstorFinal\Default.aspx
logon Method Anonymous
logon User Anonymous

解决方法

Looks like you don’t have IIS7’s ASP
feature installed.

To install it: Start -> Run -> appwiz.cpl -> Turn Windows features on or off -> Internet information Services -> World Wide Web Services -> Application Development Features -> ASP (check it and then click OK)

原文地址:https://www.jb51.cc/aspnet/247470.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐