So I have file that is in folder in website folder structure. I use it to log errors.
It works when ran from Visual Studio.
I understand the problem. I need to set permissions on inetpub. But for what user ? and how?
I tried adding some IIS user but it still can not write to the file.
So I am using ASP.net Framework 3.5 SP1 Server is Windows Server 2003 enterprise edition SP2
How should I set up permissions so write would work?
Thanks