Recent Posts

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.

Odd WSHttpBinding Scenario

1 minute read

I was having lots of trouble recently with a WCF WSHttpBinding scenario on a server. It had been working, and the only thing I had changed recently was to th...