connect mvc3 membership with sql database

pitoflautas

New Member
I am using the built-in membership for mvc3 with an online sql database, so I changed my connection string to look like this:\[code\]<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>\[/code\]But when I try to register a new user I get the following error:\[quote\] {"Invalid object name 'dbo.aspnet_SchemaVersions'."} System.Data.SqlClient.SqlException\[/quote\]Thank you for your help
 
Back
Top