连接字符串

来源:互联网 发布:网络推广实战宝典pdf 编辑:程序博客网 时间:2024/04/28 10:22

_______________________________________________________

放在
<?xml version="1.0"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
 <connectionStrings>

<add name="connstr" connectionString="server=localhost;uid=sa;pwd=sa;database=dbname" /> 


  </connectionStrings>
 <system.web>
<compilation debug="true"/></system.web></configuration>

里面

 
原创粉丝点击