开发者

Attaching sql database to asp.net web application

开发者 https://www.devze.com 2023-02-18 01:06 出处:网络
I want to attach the sql server database to my asp.net web application. How can i do it ? Please help开发者_运维百科 me

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

0

精彩评论

暂无评论...
验证码 换一张
取 消