{#advanced_dlg.about_title}

.NET Framework, Open Source »

Thursday, September 9, 2010 | 3 Comments

I just wanted to drop a quick note to let you know that I will be speaking at the Chicago Day of DotNetNuke this coming October 2nd, 2010.

My presentation is filed under the “Mobile Development” track, so if you are interested in this topic then be sure to attend and hit me up with any questions you might have. [More]

{#advanced_dlg.about_title}

.NET Framework »

Thursday, September 9, 2010 | 1 Comments

It was just another routine day at the job, but this time we could not figure out why HttpModules that previously worked like charm all of a sudden ceased to work. This issue took us for quite a ride until we finally figured out that the IT group had upgraded all production environments to IIS 7 and changed the Application Pool from “classic application pool” to the new “integrated mode”. As it turns out, if you are going to use “integrated mode” then you must ensure that you modify your web.config files appropriately. So, for thos... [More]