-
IIS6 / WinS2K3 & ASP.NET
Okay, I'm trying to get my web service to write a file to a folder and it says access is denied. What account do I need to add to the NTFS security settings on the folder so that the ASP.NET web service can access it? Is that the "Network Service" account?
Thanks,
KT
-
The ASPNET user account will need write permission on the folder you wish to write a file to.
HTH
DJ
-
Yeah I've already tried that.. I gave ASPNET full control over the folder I'm trying to write to and it still gives me a System.UnauthorizedAccessException
-
Anyone? Please help, I've tried everything I can think of and I'm really frustrated. Doesn't someone out there have some kind of idea what I might have overlooked?
Tried messing with the security settings for hours, adding and removing ASPNET (the ASP.NET machine account) with all rights for both the folder I'm trying to store a file in, and even the parent folder for that folder.