XP先安裝了VS 2003,後工作需要,要調試.net網站,安裝了IIS,不過安裝完成後無法正常訪問.Net頁面
查看系統日志,發現如下錯誤
引用
事件類型: 錯誤
事件來源: ASP.Net 1.1.4322.0
事件種類: 無
事件 ID: 1084
日期: 2006-10-18
事件: 21:54:43
用戶: N/A
計算機: JYM
描述:
ASPnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficIEnt rights to read the .NET Framework files. Please ensure that the .Net Framework is correctly installed and that the ACLs on the installation directory allow Access to the configured account.
有關更多信息,請參閱在 http://go.microsoft.com/fwlink/events.ASP 的幫助和支持中心。
查了網上相關資料,指出可能是ASP.Net用戶權限問題,馬上查看"管理工具"裡的“計算機管理”,轉到“用戶”,發現ASPnet用戶被停用,馬上開啟,這個時候注意要重啟web服務,可以使用IISreset命令。然後問題就順利解決。