Question

Hello i am currently learning ASP.NET MV4 with Visual Studio 2012, i created a new project, not an empty project, an internet application but anytime i try to run it i keep getting an error.

There is no much else i can say about this, i am just now learning ASP.NET with Razor. I would very much appreciate some help on this. The error itself seems to be originating from my machine.config file but i'm kinda afraid of opening that file.

This is the error:

http://prntscr.com/3a6ltl 
Was it helpful?

Solution

Add MySQL.Web as your reference with NuGet Install-Package MySql.Web.

Or remove the red line from your machine.config if you are not going to use the MySQL Membership provider

It is located here: c:\windows\microsoft.net\framework\v4.0.30319\config\machine.config

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top