Archive of IIS
-
Removing HTTP Headers for ASP.NET sites
Posted on November 26, 2010 by Frederik Vig in ASP.NET, IISBy default IIS and ASP.NET add a couple informational HTTP Headers to a response. They add extra traffic and give away security information like ASP.NET version, IIS version etc. To see the HTTP Header you can use a proxy tool...
Continue reading this entry → -
Specify a canonical domain name for your site with IIS 7
Posted on July 13, 2010 by Frederik Vig in IISWhen setting up new sites in IIS you specify which host names map to your site. Usually this is at least two: www.example.com and example.com, sometimes even more. One great new addition to IIS 7 is the URL Rewriting extension...
Continue reading this entry →