Chinaunix首页 | 论坛 | 博客
  • 博客访问: 199373
  • 博文数量: 34
  • 博客积分: 1572
  • 博客等级: 上尉
  • 技术积分: 911
  • 用 户 组: 普通用户
  • 注册时间: 2004-11-08 15:45
文章分类

全部博文(34)

文章存档

2012年(3)

2011年(31)

我的朋友

分类: 嵌入式

2011-12-16 15:41:57

最近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

阅读(1288) | 评论(0) | 转发(1) |
0

上一篇:centos官方镜像列表

下一篇:转Blog

给主人留下些什么吧!~~