Recent Posts

Using URL Rewriting With Web Parts

1 minute read

Web parts are a great new system for allowing personalization of web sites by end users that was introduced in ASP.NET 2.0. However, it isn’t useful when use...

Forcing 32-bit Execution in .NET

1 minute read

Sometimes when developing .NET applications it becomes necessary to force an application to run in 32-bit mode, even on a 64-bit processor. One scenario that...

Update To Partial Authentication System

less than 1 minute read

I’ve posted an improvement to the Partial Authentication System originally posted at Secure Persistent ASP.NET Forms Authentication.