数据库做了镜像后,Web应用中Web.config的数据库连接串配置
时间:2010-11-24 来源:qdzhbsh
source=主体数据库地址;Failover Partner=镜像数据库地址;Integrated
Security=false;database=TestDB;user=sa;password=123456"/>
</connectionStrings>
相关阅读 更多 +
时间:2010-11-24 来源:qdzhbsh
source=主体数据库地址;Failover Partner=镜像数据库地址;Integrated
Security=false;database=TestDB;user=sa;password=123456"/>
</connectionStrings>