Hi,
How to remove Sever:Microsoft-IIS/10.0 on Response level using C#.
Regards,
Pratik
Hi,
How to remove Sever:Microsoft-IIS/10.0 on Response level using C#.
Regards,
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.
Amit MohantyPosted Nov 8, 2023, 12:48 PM
Try this: Use the
Application_PreSendRequestHeadersevent in your Global.asax.cs file to modify the response headers.