Skip to main content

Command Palette

Search for a command to run...

TIL: How to remove X-Powered-By: ASP.NET Header

Updated
1 min read
TIL: How to remove X-Powered-By: ASP.NET Header
  1. Go to Server Manager -> IIS

    • Right click on the Server

    • Select Internet Information Services (IIS) Manager

  1. On Features View tab, go to IIS -> HTTP Response Headers

  2. Right click on X-Powered-By -> Remove

  3. Click Yes to confirm.

  4. Reload the page and inspect the response. The X-Powered-By: ASP.NET Header should be removed

    .