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
看起來您沒有安裝 IIS7 的 ASP 功能。
要安裝它:開始 -> 執行 -> appwiz.cpl -> 打開或關閉 Windows 功能 -> Internet 資訊服務 -> 全球資訊網服務 -> 應用程序開發功能 -> ASP(選中它然後點擊確定)