Reputation: 7591
I want to attach the sql server database to my asp.net web application. How can i do it ?
Please help me
Thank you in anticipation
Upvotes: 1
Views: 5699
Reputation: 4188
Right click you AppData folder and select add|new item then select SQL Database
You can then use the Visual Studio database tools to develop the database.
Remeber, when you publish your site, ensure you have selected to include the contents of the AppData folder in your publish script
Upvotes: 4