I am using the built-in membership for mvc3 with an online sql database, so I changed my connection string to look like this:
<connectionStrings>
<add name="ApplicationServices"
connectionString="Data Source=72.18.142.170,1533;Network Library=DBMSSOCN;Initial Catalog=entertainment;User Id=uname;Password=pswd;"
providerName="System.Data.SqlClient"/>
</connectionStrings>
But when I try to register a new user I get the following error:
{"Invalid object name 'dbo.aspnet_SchemaVersions'."} System.Data.SqlClient.SqlException
Thank you for your help