Hello
I have a web app that uses log4net to log errors to a log file. It works well when I publish my website via xcopy but when I build a package installer, log4net does not appear to work when remote users access my site.
I use impersonate=true in my web.config and log4net only logs errors when I am the logged user.
I have another app that works fine in all cases but was not package deployed.
Does anyone have any thoughts?