The real trick to this is to make sure that there is a global.asax file in the applciation and to add the following line to the Application_Start method
log4net.Config.XmlConfigurator.Configure();
The rest of the configuration is pretty straight forward.
2 comments:
Thank you for post my article!!!
:)
Hey, I always try to give credit where credit is due. Keep up the good work.
Post a Comment