User417741264 posted
How to remove Server information in Http header programatically?i don't want to use Urlscan or any other tool
In Global.asax file Application_PreSendRequestHeaders event i have below code
Response.Headers.Remove("Server");
And i tried same thing in custom httphandler also,But some how it doesn't remove Server information.
How to fix this problem,from where else server information is pushing into Http response?