I am starting to learn ASP.NET MVC.
I have deployed the "stock" ASP.NET MVC Sample Application (i.e. the simple user account system) to have a live version to test against when I start to play.
Note that I'm using: - ASP.NET MVC 1.0 release. - WebFusion Host.
I think the issue is to do with accessing the database.
I deployed using the following guide: http://msdn.microsoft.com/en-us/library/dd410407.aspx
Site url (so you can go see the error for yourself): http://holsee.ac.webfusion.co.uk/
The error exist when I try to log-in or register (anything DB related it seems).
I get the error message screen which states: "Sorry, an error occurred while processing your request."
Any advise from somebody who can spot the err in my ways or whats went wrong would be greatly appreshiated.
Edit: Exporting and Importing the Database
I think its a matter of not deploying the database correctly, I just deployed it within the App Data folder (as is when the application was created) and used the default connection string.
I am not sure how to Import the Database using my webhost which is webfusion.com. It requires me to export the my Database to a .sql file (know how this can be done?) then upload that file to create the DB on the server. At this point my host provides the connection string.