After i create a database in sql server 2005 using ASP.NET SQL Server Setup Wizard and i connect it in VS 2010 using server explorer and i change the connection string in my web.config file.
Then i can use all the login controls successfully such as create user,login.....The problem is that when next time i open my project i can't do all login controls because the connection is closed. so i need a mechanism to save that database some where in my project .
did any one konw realy where can i save the database in VS 2010?