When i open ASP.NET application,i got error

  • Thread starter Thread starter SasiKumar
  • Start date Start date
S

SasiKumar

Hi,

When i try to open a existing ASP.NET.It's giving error like this.

JIT Debugging failed with the following error:Access is denied.
JIT Debugging was initiated by the user account 'sasi\ASPNET'.
Check the Documentation index for 'Just-in-time debugging,errors' for more
information.

Suddently i got this error.
Please provide the solution of this problem.

Thanks in Advance
Sasikumar N.
 
IMHO the account 'sasi\ASPNET' has restricted access to some dirs.
Try to put the account in the Administrators gruop and reproduce the
problem. If it not repro than it is the problem.
You can use filemon by www.sysinternals.com while reproducing the error
and check the access to the file system made by 'sasi\ASPNET'
 
give the account full rights to the c:\windows\temp folder

i know its a security no-no, but that should fix you
 

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

Back
Top