how to fix this error of access denied ?

T

TJS

Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary
ASP.NET Files\myapp\hash.web" is denied
 
D

dan.c.roth

Hi

1) Keep Indexing Service Manual or Stop It

2)In Indexing Service Preferences, Make Microsoft.NET to be excluded or
placed in the exclusion catalog so that Indexing Service will not
access this location.

Regards,

Daniel Roth
MCSD.NET
 
S

Scott Allen

What account does ASP.NET run under on the machine? The default
account for win2003 is NETWORK SERVICE, and for XP/2000 the account is
ASPNET. Does the ASP.NET account have permissions in the directories?
 
T

TJS

Are you referring to user accounts ?

there is no user account for ASPnet on this machine (xp).
ASP.net has been running fine prior to this
 
S

Scott Allen

Look in task manager for the aspnet_wp.exe process and see what
account it is using.
 
J

Juan T. Llibre

re:
there is no user account for ASPnet on this machine

Sorry.

There *has* to be a user account that AP.NET is running under.

Otherwise, ASP.NET can't run.
( If it doesn't run under a user account. )

Look more closely.
You'll find the user account ASP.NET is running under.




Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 

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