Hello all,
I have a built a site in WebMatrix2 using the Photo Gallery template. I have uploaded my site via FTP as my host does not support WebDeploy. When I run the site (www,shawonline.me.uk) I get "Unable to find the requested .Net Framework Data Provider. It may not be installed.", which relates to the Line 2 in _AppStart.cshtml, "WebSecurity.InitializeDatabaseConnection("PhotoGallery", "UserProfiles", "UserId", "Email", true);"
I am using the SQL Compact database as created by the template and have not changed an files whatsoever because I wanted to test that it worked before investing any time in updating the site from it's original state.
I assume that either I am missing a DLL in the Bin folder or missing a connection string but the documentation for this template does not mention anything about making updates to files that are deployed via FTP rather than WebDeploy.
Any help would be greatly appreciated.