当前位置: 移动技术网 > IT编程>开发语言>.net > ASP.Net不执行问题一解

ASP.Net不执行问题一解

2018年04月22日  | 移动技术网IT编程  | 我要评论

丹凤眼美女,大清银币,魔宠txt

最近iis突然无法运行asp.net了.反复重装也没有用.检查系统日志报告如下错误:
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

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网