I'm using VS2015 Community. I've created an empty ASP.NET project and installed Umbraco from NuGet package manager by following:
Install-Package UmbracoCms
During the installation I've selected to overwrite web.config and Global.asax files. I've successfully logged into Umbraco but made no changes. Then I tried to load the default home page and I got this configuration error.
I've been looking for solution and found out that you need to upgrade your project to MVC5 when using VS2015. So I did as it is described here: https://umbraco.com/follow-us/blog-archive/2015/7/29/upgrading-your-umbraco-site-to-mvc5-and-webapi2
Sadly, I'm still getting the same config error. What might went wrong or how to fix it?