Hi, Today I found this error message “aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid.” in Event Viewer after change the pass for ASPNET user. To fix it, I changed:
<processModel autoConfig=”true”/> by
<processModel username=”SYSTEM”/>
in machine.conf (D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG)
Like is state in blog of Balaji Ramesh
My machine is Microsoft Windows XP, with Framework 3.5 installed
Regards