userName=System & aspnet_wp.exe could not be launched

  • Thread starter Thread starter John Dalberg
  • Start date Start date
J

John Dalberg

I am getting the message below in the event log. This is a development
machine running Windows 2000 Pro.
I have changed userName from machine to SYSTEM in machine.config. I gave
EVERYONE group full control to Microsoft.Net folder and wwwroot which
contains my app. I used filemon from sysinternals to find what is causing
the permission problem but filemon doesn't report anything related to IIS.
I reinstalled the d.net framework and rebooted.
This is frustrating!


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.

J.
 
I simply rerun the Dot Net Framework 1.1 and the problem is resolved for
same error message.

However, it is weired that Microsoft sold the product with bugs (nothing new
or wrong though!!) and they are not offering the patch publicly to download.

Command used to run the dotnetfx:

d:\dotNetFramework\dotnetfx.exe /t:%temp% /c:"msiexec.exe /fvecms
%temp%\netfx.msi"

Note: Replace the drive letter d: to the drive letter of the CD-ROM.

Thanks,
Prodip
 
Back
Top