ASP.NET Writing to the Bin directory, access denied when anonymous user
- by LeeW
Hi all
I have a program that creates a small file in the Bin directory for the purpose of tracking a license (that's the intention), all works fine when debugging but I've just realized that when I run it on a IIS server under the anonymous user account (IUSR) the file isn't created as IUSR only has read permission (I know this is correct but drat!).
Can I write to another location under IUSR account or can I run my code under 'Local Service' account?
Thanks