IIS 6.0 File Permission Errors

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to access files in seperate 2 directories via an ASP.NET web app
that are not within my web directory structure. I have given both the
machine\aspnet and machine\iusr_machinename accounts full permission (just to
see if it would work at all), and I am still getting the
"System.UnauthorizedAccessException: Path/File access error" exception. I am
using IIS 6.0/windows 2003. I am not using impersonation. Does anyone know
of anything else that I can check?

Thanks for any help, itis appreciated.
 
I fixed my own problem.

I added the "Network Service" account to the directories to get the
read/write functionality, and added "everyone" (read only) in order to view
the information.
 
Back
Top