Windows-Server-2008
在 Windows 2008 上訪問 IIS 7 中的 .ashx 頁面時出錯
我在 Windows 2008 上的 IIS 7 上有網站,當我嘗試訪問“頁面”(正確綁定到 web.config 中的命名空間)時,出現錯誤:“無法訪問所需的頁面,因為該頁面的相關配置數據是無效的”。
非常重要的是,在 Windows 7 上我有這個工作。
可能是因為我在管理視窗中沒有看到 ASP.NET 區域?如果是,你能告訴我如何在 Windows 2008 上的 IIS 7 上安裝 ASP.NET 嗎?
謝謝你的前面。
你說的對。.ashx 是 HandlerFactory 的一部分,當您在 Web 伺服器角色服務中選擇 ASP.NET 時安裝它。
在 Windows 7 和 Windows Server 2008 中啟用 ASP.NET
Control Panel
在 Windows 7 中,您可以從->Programs
->Programs and Features
->啟用 ASP.NETTurn Windows features on or off
。展開Internet Information Services
->World Wide Web Services
->Application Development Features
並點擊ASP.NET
。在 Windows Server 2008 中,打開
Server Manager
-> 點擊Roles
-> 點擊Add Roles
-> 選擇Web Server (IIS)
-> 在 Role Services 點擊ASP.NET
它將提示輸入必要的依賴 Roles Servicesclick Add Required Role Services
。