导读部分
<connectionStrings>
<!--默认的连接字符串-->
<add name="DefaultConnection" connectionString="server=192.168.10.100;uid=sa;password=1234;database=TestDB;" providerName="System.Data.SqlClient"/>
<!--User表的连接字符串-->
<add name="UserConnection" connectionString="server=192.168.10.100;uid=sa;password=1234;database=TestDB;" providerName="System.Data.SqlClient"/>
<!--LoginUser表的连接字符串-->
<add name="LoginUserConnection" connectionString="server=192.168.10.100;uid=sa;password=1234;database=TestDB;" providerName="System.Data.SqlClient"/>
</connectionStrings>
欢迎光临 苏飞论坛 (http://www.sufeinet.com/) | Powered by Discuz! X3.4 |