Saturday, January 30, 2010

Links for January 24, 2010

 

//This fixed everything for me in the StaticSiteMapProvider

       public override bool IsAccessibleToUser(HttpContext context, SiteMapNode node)

       {

           foreach (string role in node.Roles)

               if (context.User.IsInRole(role))

                   return true;

           return false;

           //return base.IsAccessibleToUser(context, node); //seems to always return true;

       }

 

http://www.psychocats.net/ubuntu/puregnome

Looking for vt intel xeons

http://www.grc.com/freepopular.htm

Older Posts