Defining connectionString for remotely hosted SQL Server

后端 未结 3 1450
谎友^
谎友^ 2021-01-01 02:43

At the moment I have the following definition in my Web.config` file:

  
    

        
3条回答
  •  无人及你
    2021-01-01 03:25

    Modify your connection string as

    connectionString = "data source=sql-database / 10.0.0.11; User ID = myUsername; PassWord = your password "
    

提交回复
热议问题