Archive for June, 2009

ASP.NET Performance Optimization Automation

Friday, June 19th, 2009

I’ve been working lately with some ASP.NET performance optimization automation HTTP modules. In one of them I needed to know if the last-modified header had been set through the Response.Cache.SetLastModified(DateTime) method.

For some reason, there is no API available anywhere within the BCL to retrieve the last modified date of a response - you can only set it. (more…)

Block The IIS SEO Toolkit Through ASP

Friday, June 5th, 2009

I was just reading more about the IIS SEO Toolkit when I came across the following interesting tutorial on how to block competitors from running the IIS SEO Toolkit on your servers.

(more…)