XP IIS出错
The error code for the failure is 80004005.
装了 vs2005 sp1 之后,遭遇错误
Server Application Unavailable
转载
The web application you are attempting to access on this web server is currently unavailable.
Please hit the “Refresh” button in your web browser to retry your request.
在产看了Eventlog(Application)之后,看到:
aspnet_wp.exe could not be launched because the username and/or password supplied in the
processModel section of the config file are invalid.
aspnet_wp.exe could not be started. The error code for the failure is 80004005.
这两个错误成对出现,由此怀疑 ASPNET 这个帐号的设置有问题.
经过一番折腾,得出解决方案:
1. 删除ASPNET帐号,
2. 为了保险,运行 aspnet_regiis -u, 此过程并不能删除ASPNET帐号,实在有些令人不解
3. 运行 aspnet_regiis -i, 重新安装ASP.net, 此过程会生成ASPNET帐号.
4. 运行 iisreset
也可以修改C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config
中的配置
Server Application Unavailable
转载
The web application you are attempting to access on this web server is currently unavailable.
Please hit the “Refresh” button in your web browser to retry your request.
在产看了Eventlog(Application)之后,看到:
aspnet_wp.exe could not be launched because the username and/or password supplied in the
processModel section of the config file are invalid.
aspnet_wp.exe could not be started. The error code for the failure is 80004005.
这两个错误成对出现,由此怀疑 ASPNET 这个帐号的设置有问题.
经过一番折腾,得出解决方案:
1. 删除ASPNET帐号,
2. 为了保险,运行 aspnet_regiis -u, 此过程并不能删除ASPNET帐号,实在有些令人不解
3. 运行 aspnet_regiis -i, 重新安装ASP.net, 此过程会生成ASPNET帐号.
4. 运行 iisreset
也可以修改C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config
中的配置