what is the use of this property.. If i set this what are all the permissions i need to set for the log folder in iis.
Thanks Dominik Psenner wrote: > > Hi, > >>Am using log4net in my application. It works fine when i run via code. But >>when i host it in IIS7 the log files are not written. >> >>What is the preferred account used to write to the log file directory, I >>tried network and network service and they did not work. I tried iusr and >>that worked . Which is the rght user account to work with logfiles? > > you could try to add this to your web.config: > > <system.web> > <identity impersonate="true"/> > </system.web> > > Cheers, > D. > > > -- View this message in context: http://old.nabble.com/Log-file-are-not-written-in-IIS7-tp34508405p34512256.html Sent from the Log4net - Dev mailing list archive at Nabble.com.
