读书人

aspnet_wp.exe could not be launched

发布时间: 2014-02-22 04:38:55 作者: rapoo

我在windows advacned server上安装好.NET Framework SDK后,应用程序日志中不断有以下的错误:
1: aspnet_wp.exe could not be launched because the username and or password supplied in the processModel section of the config file are invalid.
2: aspnet_wp.exe could not be started. HRESULT for the failure: 80004005
我到machine.config中看了processModel的配置,其中
username = "MACHINE"
password = "AuthoGenerate"
同时,在系统的用户中有ASPNET这个用户,我不知道问题在哪里,请教如何解决?

------解决方法--------------------------------------------------------
好像要把username弄成system
------解决方法--------------------------------------------------------
你的机子是域控制器吧?主域控制器安上framework就会出现上面问题。
解决方法同上。

        

读书人网 >.NET

热点推荐