ASP.NET File Write "Access Denied" on Windows 2003 server
From: Tim M. (M._at_discussions.microsoft.com)
Date: 09/17/04
- Previous message: Eugene Mayevski: "Re: Creating an object (event, mutex) with "everybody allowed" securit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 17 Sep 2004 09:53:04 -0700
I have an ASP.NET app using 1.1 framework. The app writes to a log file but
gives me an access denied error after install only on Windwos 2003 server.
What security setting am I missing. What I have done below:
1) Set ACLs in Windows Explorer on the dir to full control for Web anonymous
user
2) Set ACLs in Windows Explorer on the dir to full control for Web ASPNET user
3) Set IIS folder to have "write" permission by checking box on property page
4) Added share and write permissions in "Web Share" in Windows Explorer.
If I use <impersonate> is true then I have permission but not as an
anonymous user. Just for kicks I set the root folder full control, still no
luck. Am I missing something simple?
- Previous message: Eugene Mayevski: "Re: Creating an object (event, mutex) with "everybody allowed" securit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]