WebMatrix, SQL Compact and Windows Azure
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I use WebMatrix 3. I've got an ASP.NET Web Pages site that draws fractals, it uses a SQL Compact database and works fine locally. But after I published it to the Azure Cloud and tried it, I get an error in the Database.cshtml that it doesn't work. Error: Failed to find or load the registered .Net Framework Data Provider. The URL is: http://aljo-fractals.azurewebsites.net Click on the option Database and you'll get to see the error. I guess I need to add a framework to use the database, where do I get that? This must be easy to fix, but how...