I set up a global error handler in my ASP.net application, using Log4Net and a RollingLogFileAppender which has worked quite nicely up until.
I'm in the middle of an upgrade to IIS 7 on Windows 2008 server, and I can't get the logging working. I think errors are being raised, but ASP.net doesn't have the permissions needed to write to the specified folder. Now, I would normally just grant full rights to the ASPNET user and be done with it, except that user account does exist anymore. Also, I can't find the "Everyone" user group either. I don't want to go fooling around creating new user accounts, setting up impersonation etc etc. Is there an easy solution?