Author: .NET Web Development and Tools Blog | Posted on: 8/16/2013 2:28:22 PM | Views : 1658

I was trying to install MVC4 HotTowel SPA package (MVC4 and Razor v2) on a VS2013 Preview One ASP.NET Web API Project (MVC5 and Razor V3). I blindly let the NuGetNuGet package overwrite all my files including the Views\web.config file, which caused some compatibility problems. This is what I did: 1. Create a Web API One ASP.NET project 2. Manage NuGet packages, find HotTowel: ASP.NET MVC SPA Template package, click Install. 3. I chose “Yes to All” when prompted for file overwriting. I should have chosen “Yes” and “No” buttons for each file overwriting warning dialog in order to prevent overwriting Views\web.config . 4. CTRL-F5 to run the application, I get the following error in IE: [A]System.Web.WebPages.Razor.Configuration.HostSection cannot...(read more)Go to the complete details ...