I am using Webmatrix.data\'s Database entity to create a database connection, however it doesnt like my connection string. I am running it from MVC ASP.net.
Ive tri
You can use the below code
Config file :
cshtmlfile :
var db = Database.Open("con"); var selecteddata = db.Query("select * from movie");