When setting up a new ASP.NET MVC web application, the default connection string inside Web.Config looks something like this:
connectionString = "data source =. \ SQLEXPRESS; Integrated Security = SSPI; AttachDBFilename = | DataDirectory | aspnetdb.mdf; User Instance = true"
I just want to play with registration and registration, etc., but when I run the application, it obviously cannot find the SQL database. What database, which tables do I need to set up to do this?
Do I have SQL Server 2005 Standard installed on my system, enough?
Thanks.
source
share