Remove X-Powered-By: ASP.NET Header
October 21, 2008
Have you ever noticed that IIS tends to brand every HTTP response with the header X-Powered-By: ASP.NET - it will do this even if your site is not powered by ASP.NET!
Here's how to remove this header:
- Open up the IIS Management Console
- Right Click on a Web Sites
- Click on the HTTP Headers Tab
- Under Custom HTTP Headers click on
X-Powered-By: ASP.NETand click Remove

Related Entries
- Request Filtering in IIS 7 Howto - February 16, 2010
- IIS: Disabling Weak SSL Protocols and Ciphers - October 8, 2009
- Howto Disable the Server Header in IIS - December 6, 2005
- Apache mod_rewrite for IIS - March 24, 2005
- Batch Files to Restart Services on Windows - October 9, 2002



add to del.icio.us



