Error with .NET Framework 2.0 (Event ID: 1084)

G

Guest

Hi Everyone,

I'm receiving the following event message over and over again in the event
log. Does anyone know how to resolve the problem. The machine is a Windows
2000 Server.

Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1084
Date: 1/9/2006
Time: 10:36:21 AM
User: N/A
Description:
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.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Thanks
Chad
 
G

Guest

Probably a way to set it with aspnet_regiis. The issue comes with either
hitting the actually framework version directory or the ASP.NET temp
directory (a subdirectory of the framework version). I would run the tool
with the /? switch first; if that does nto work, consider manually giving the
account rights.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top