⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 web.config

📁 网络新闻管理系统 建库.sql为数据库脚本文件 data目录下为数据库文件 可以选择其中之一生成数据库
💻 CONFIG
字号:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>


   <appSettings>
     <add key="dsn" value="server=localhost;uid=netfriend;password=19771231;database=cnpg_news" />
     <add key="dsn1" value="server=localhost;database=cnpg_news;Trusted_Connection=no;user id=netfriend;pwd=19771231;" />
   </appSettings>
  <system.web>        
<compilation defaultLanguage="C#" debug="true"/>
		<identity impersonate="true" userName="administrator" password="197869"/>
		
		<pages validateRequest="false" />
        <customErrors mode="Off" />
		<globalization fileEncoding="gb2312" requestEncoding="gb2312" responseEncoding="gb2312" />
		<httpRuntime maxRequestLength="5655648" />
		<authentication mode="Windows" /> 
        <sessionState mode="InProc" cookieless="true" timeout="80"/>
		<trace enabled="true"/>
   
 </system.web>

</configuration>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -