To solve this issue, there are few ways but I used these two; Global.asax.cs I added these lines to remove server and asp.net version in Application_EndRequest blocks. protected void Application_EndRequest() { Response.Headers.Remove("Server"...
aligoren.hashnode.dev1 min readNo responses yet.