I am trying to have my ASP.net application access a UNC path, however I am getting file denied errors.
If I try this where the application is on my local machine, it works, if I run it in the browser, where the application is deployed, it works fine.
However when I try to access the website from my machine to my IIS box, which then in-turn accesses the file server, I can Access Denied errors.
I've checked that ASP.Net is actually impersonatinh as me, and it seems to be that seems to be the case, however still the errors.
All the files on my file server have Access to "Everyone"
Any thoughts?