|
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.
許多方法都不靈。最后用這個“藥”解決問題。方子奉上供大家分享:
首先停止IIS服務
iisreset /stop
然后刪除 ASPNET 帳號
NET user ASPNET /delete
重新注冊 ASP.NET 和 ASPNET 帳號
ASPNET_regiis -i
啟動IIS
iisreset /start
AspNet技術:ASP.Net不執行問題一解,轉載需保留來源!
鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。