Browse by Tags

All Tags » ASP.NET MVC (RSS)

DYK: You can remove the ASP.NET MVC version from the Response Header by Jason N. Gaylord

Did you know that you can remove X-AspNetMvc-Version from the response header on your ASP.NET MVC web application? It's actually quite simple to remove the MVC version from the response header within a web application. Open up the Global.asax file and...
More Posts