Re: Folder access in ASP.NET
If the folder permissions looks fine, how do the files permissions look?
If you're creating the file programmatically, are you sure that you're creating it with the correct rights for your ASP.NET user to access the file?
Re: Folder access in ASP.NET
Show your permissions.
Note that if you are using a registered user based page you need to add users server permissions.
Re: Folder access in ASP.NET
So apparently about 15 hours into work I accidentally wiped some files that I now have to find and reload. I think that MAY be the issue I am having. Maybe.