码迷,mamicode.com
首页 > Web开发 > 详细

web_config配置

时间:2015-12-17 19:01:03      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:

<configuration>
    <system.web>
      <compilation debug="true" targetFramework="4.5" />
      <httpRuntime targetFramework="4.5" />
    </system.web>
  <appSettings>
     <add key="connectionString" value="server=.;database=数据库名称;UID=用户名;PWD=密码"/>
  </appSettings>
</configuration>

web_config配置

标签:

原文地址:http://www.cnblogs.com/xiaomayizoe/p/5054776.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!