How To Tell If Ajax is working on your site with ASP.NET’s ajax UpdatePanel and other Controls
Sunday 12 October 2008 @ 8:36 pm
So, I suppose you should just be able to see the fact that Ajax is working by the lack of page flashing.  That may be true on a normal page on a slow connection, but if you are testing locally, it may not be so obvious.  You can certainly crank up your debugging tools like [...]

How to User HttpHandler such as .ashx file with IIS7 Integrated Mode, Webfarm Environment
Saturday 6 September 2008 @ 10:20 am
Recently, we’ve moved our hosting for the Silicon Valley Code Camp to MOSSO, which is a hosted web farm.  In order to run modules and handlers, it seems it’s necessary to run in IIS7’s integrated mode.  Once this is set, other small issues creep up like for example you can no longer run HttpHandler’s [...]