ASP.Net不執(zhí)行問題一解
來源:懂視網(wǎng)
責(zé)編:小采
時間:2020-11-27 22:45:14
ASP.Net不執(zhí)行問題一解
ASP.Net不執(zhí)行問題一解:最近IIS突然無法運行ASP.Net了.反復(fù)重裝也沒有用.檢查系統(tǒng)日志報告如下錯誤: aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker p
導(dǎo)讀ASP.Net不執(zhí)行問題一解:最近IIS突然無法運行ASP.Net了.反復(fù)重裝也沒有用.檢查系統(tǒng)日志報告如下錯誤: aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker p

最近IIS突然無法運行ASP.Net了.反復(fù)重裝也沒有用.檢查系統(tǒng)日志報告如下錯誤:
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服務(wù)
iisreset /stop
然后刪除 ASPNET 帳號
net user ASPNET /delete
重新注冊 ASP.NET 和 ASPNET 帳號
aspnet_regiis -i
啟動IIS
iisreset /start
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時與本網(wǎng)聯(lián)系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
ASP.Net不執(zhí)行問題一解
ASP.Net不執(zhí)行問題一解:最近IIS突然無法運行ASP.Net了.反復(fù)重裝也沒有用.檢查系統(tǒng)日志報告如下錯誤: aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker p