Hi,
How to remove responce time - sever:Microsoft-IIS/10.0 on server finger printing using asp.net c#
Regaeds,
Pratik
Hi,
How to remove responce time - sever:Microsoft-IIS/10.0 on server finger printing using asp.net c#
Regaeds,
Pratik
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal YelvePosted Oct 23, 2023, 6:02 AM
HI Pratik,
Do refer below links
https://support.solarwinds.com/SuccessCenter/s/article/Disable-the-IIS-web-banner-and-other-IIS-headers-in-the-Orion-Platform?language=en_US
https://techcommunity.microsoft.com/t5/iis-support-blog/remove-unwanted-http-response-headers/ba-p/369710
https://www.saotn.org/remove-iis-server-version-http-response-header/
Vishal JoshiPosted Oct 23, 2023, 5:55 AM
To remove or modify the "Server: Microsoft-IIS/10.0" response header in an ASP.NET application, you can use the web.config file and a custom HTTP module.
Altering server headers may not be recommended, as it can reveal less information about your server but may not necessarily enhance security.
Thanks