Access denied errors

  • Thread starter Thread starter krallabandi
  • Start date Start date
K

krallabandi

Do you have any idea about the below errors?


Access to the path
"C:\DOCUME~1\P005715\ASPNET\LOCALS~1\Temp\cumhnc6b.cmdline" is denied.

Access to the path
"C:\DOCUME~1\P005715\ASPNET\LOCALS~1\Temp\fbc8tyiu.cmdline" is denied.

Access to the path
"C:\DOCUME~1\P005715\ASPNET\LOCALS~1\Temp\3joht077.cmdline" is denied.

I am getting these erros while accessing some pages in the website.

Thanks.
 
What is the page trying to do? If it's try to run a command line script, the
ASPNET account probably doesn't have sufficient permissions to do that.
 
I realized its because of access rights problem. Code tried to read a
file from a folder. I have given IUSR_XXX rights to that folder. Its
working.

Thanks
 
Back
Top