文档中心    工具中心
万户网络知识库 > 网站部署 > 更换主机后如何绑定数据库

更换主机后如何绑定数据库

更新时间:2019-03-08 10:34:18    访问量:

找到此文件confing-在找到这个文件connectionstrings

<?xml version="1.0" encoding="utf-8"?>
<connectionStrings>
<remove name="sqlserver" />
<remove name="mysql" />
<remove name="oracle" />
  <add name="sqlserver" connectionString="Server=修改数据库地址;User Id=qds179470659;Pwd=2019.com.cnSHjoison;DataBase=qds179470659_db; Persist Security Info=True;" providerName="System.Data.SqlClient"/>
</connectionStrings>

更多文档中心

更多工具中心

以上内容是否对您有帮助?

在文档使用中是否遇到以下问题

更多建议

Top