Using the Web.Config to set up my SQL database connection string?

前端 未结 8 1429
一整个雨季
一整个雨季 2020-12-24 13:17

Can anyone help me out please? I\'m confused.

I want to set up my connection string so I can just call it from my Web.Config file.

I need a way to call it f

8条回答
  •  借酒劲吻你
    2020-12-24 14:01

    http://www.connectionstrings.com is a site where you can find a lot of connection strings. All that you need to do is copy-paste and modify it to suit your needs. It is sure to have all the connection strings for all of your needs.

提交回复
热议问题