I have the following connection string:
connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=aspnet-WebUx-20121229234926;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnet-WebUx-20121229234926.mdf"
providerName="System.Data.SqlClient" />
I'm using Entity Framework and now I would like to use Code Fist to create a new database. Can someone explain what is meant by:
aspnet-WebUx-20121229234926
Could I just create any name here as long as it is the same as the name of the file that holds the data?