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
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
精彩评论