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

1. Go to Server Manager -&gt; IIS
    
    * Right click on the Server
        
    * Select Internet Information Services (IIS) Manager
        
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1701095489857/b0069f4f-bc05-4168-82a5-4fddbd7d77b3.png align="left")
    
2. On `Features View` tab, go to `IIS` -&gt; `HTTP Response Headers`
    
3. ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1701095854421/c474992b-3190-4973-bb7d-61224c9db314.png align="left")
    
    Right click on `X-Powered-By` -&gt; `Remove`
    
4. ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1701095871280/53a8ec02-b0ed-4fd8-b87b-cc63285898f2.png align="left")
    
    Click `Yes` to confirm.
    
5. ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1701095883406/45fd2a25-cfc2-425f-b8b4-74b41c5fd0c7.png align="left")
    
    Reload the page and inspect the response. The `X-Powered-By:` [`ASP.NET`](http://ASP.NET) `Header` should be removed
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1701095904150/ef19f514-7b39-410c-a1c9-1c5fd4b87d72.png align="center")
    
    .
