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

前端之家收集整理的这篇文章主要介绍了asp.net – IIS Web服务器中的此错误(扩展配置)是什么?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当我在本地IIS服务器上启动我的网站时(在 Windows 7上)..我收到此错误消息
  1. HTTP Error 404.3 - Not Found
  2. 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.
  3.  
  4. Detailed Error Information
  5. Module StaticFileModule
  6. Notification ExecuteRequestHandler
  7. Handler StaticFile
  8. Error Code 0x80070032
  9. Requested URL http://localhost:80/Default.aspx
  10. Physical Path D:شروع الويب\comstorFinal\Default.aspx
  11. logon Method Anonymous
  12. 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)

猜你在找的asp.Net相关文章