Sreedhar Danturthi
Sreedhar Danturthi

Reputation: 7591

Attaching sql database to asp.net web application

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

Answers (1)

Rich Andrews
Rich Andrews

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

Related Questions