Browse by Tags

All Tags » ASP.NET MVC (RSS)

Resolving ASP.NET MVC 2 RC 2 Installation Errors by Jason N. Gaylord

On a Virtual Machine, I had Visual Studio 2008 SP1 installed along with ASP.NET 3.5 SP1. I tried installing the newly released ASP.NET MVC 2 Release Candidate 2 on that machine and received the following: The project file '<project path and name>...
Filed under: , ,

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