Once creating a ASP.NET MVC5 project (with target framework is .NET 4.5.1 and the authentication type is Individual User Account
Yes is an old question but i think is useful to say some things about this.The answer of Andres Bejarano worked for me BUT there are some things about dll Versions. For Entity Framework 6 On VS 2015 i added to the MVC project a reference to the following dll:
After this you need to write the correct configurations in web.config file as follow.
At the end of the Configuration tag add:
In provider section add:
And of course in connectionstrings section you need to put the connection string for oracle: a thing like:
With this configurations the changes said by Andres Bejorano have worked for me without messing with the Nuget.