F
fripper
I have just installed Visual Studio .Net Academic 2003 and MSDN Academic
2003. In testing a program that I had written in the 2002 version I find
that when I use fileopen to access a file I get:
Access to the path "c:\inetpub\wwwroot\_private\(filename)" is denied.
The message goes on to say:
The ASP.NET process is not authorized to access the requested resource. For
security reasons the default ASP.NET process identity is
'{machinename}\ASPNET', which has limited privileges. Consider granting
access rights to the resource to the ASP.NET process identity.
I do not understand this since it worked fine before. How do I set
permissions so that anyone using my site can perform open/read//write on
files? As I read the error message I have to give ASPNET users broader
permissions but I do not know how to do that. Can some help?
Thanks very much.
2003. In testing a program that I had written in the 2002 version I find
that when I use fileopen to access a file I get:
Access to the path "c:\inetpub\wwwroot\_private\(filename)" is denied.
The message goes on to say:
The ASP.NET process is not authorized to access the requested resource. For
security reasons the default ASP.NET process identity is
'{machinename}\ASPNET', which has limited privileges. Consider granting
access rights to the resource to the ASP.NET process identity.
I do not understand this since it worked fine before. How do I set
permissions so that anyone using my site can perform open/read//write on
files? As I read the error message I have to give ASPNET users broader
permissions but I do not know how to do that. Can some help?
Thanks very much.