March 2009 - Posts

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:
Adding a FavIcon to a Website
19 March 09 05:16 AM | Mike Knowles
An easy way to modernize your website is to add a favicon - which is the small postage stamp-like image displayed in Firefox and IE7 next to the address bar and the tab name. Adding a favicon to your website is easy and doesn't require modifying any...
Filed under: ,
SharePoint Utility: Check for Group Membership on the Current Site
01 March 09 04:18 PM | Mike Knowles
Here's a simple yet useful method for checking membership in a SharePoint group. This method will return true or false to indicate if the current user is a member of the specified SharePoint group in the current site. The current user is obtained...
Filed under: