aspnet_wp.exe says no permission!

  • Thread starter Thread starter KK
  • Start date Start date
K

KK

Hi,

I have re-installed .NET 1.1 on my machine and
when I try to start duwamish(any asp.net app)
it gives the following error

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.

I normaly use a user priviledge account to work
using an administrator account to do any
administering tasks.

After this error, i tried to run it after login
into my administrator profile. still the same error.

What should i do?

KK
 
KK said:
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.


be sure, the asp.net user has permission to c:\WINNT\Framework...

hth
thoean
 
You have to configure the account that you're running the ASP.NET worker
process under to have more permissions.
You can change the user account being used by modifying your machine.config
file's <processModel> section.
Here are links to two related articles and how to do this:
http://support.microsoft.com/default.aspx?scid=kb;en-us;811320
http://support.microsoft.com/default.aspx?scid=kb;en-us;315158



Robert Villahermosa [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
 
Back
Top