Browse by Tags

Configuring Log4Net on a GoDaddy ASP.NET Site
27 March 09 05:52 AM | Mike Knowles
This post outlines the steps by which I was able to get a Log4Net RollingFileAppender working on this site, which runs on a GoDaddy ASP.NET hosting plan. First create a Logs folder in the root of your web application. Next, Download the latest version...
Filed under:
Configuring log4net for SharePoint Windows Authentication
17 February 09 06:06 AM | Mike Knowles
Apache log4net is my logging tool of choice for .NET applications, including custom code deployed to SharePoint web applications. log4net provides multiple log destinations, or appenders, to which output can be written by calling methods in the log4net...
Filed under: ,