手机
当前位置:查字典教程网 >编程开发 >asp.net教程 >asp.net Web.config 详细配置说明
asp.net Web.config 详细配置说明
摘要:

<?xml version="1.0" standalone="yes"?>

<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">

<>

<appSettings>

<add key="examstr" value="server=.;database=myweb_exam_db;uid=exam_login;pwd=xxd_examadmin"/>

</appSettings>

<>

<>

<system.web>

<>

<identity impersonate="true"/>

<>

<customErrors mode="Off" />

<>

<authorization>

<allow users="*" />

</authorization>

<>

<trace enabled="true" requestLimit="1000" pageOutput="true" traceMode="SortByTime" localOnly="true" />

<>

<globalization requestEncoding="gb2312" responseEncoding="gb2312" culture="zh-CN" fileEncoding="gb2312"/>

<>

<pages validateRequest="false" enableSessionState="true" enableViewState="true" enableEventValidation="false"/>

<>

<httpRuntime executionTimeout="300" maxRequestLength="102400" useFullyQualifiedRedirectUrl="false"/>

</system.web>

<>

</configuration>

【asp.net Web.config 详细配置说明】相关文章:

Asp.net中的页面乱码的问题

asp.net 2.0多语言网站解决方法

asp.net下经典数据库记录分页代码

asp.net UpdaeProgress的简单用法

asp.net(C#) 生成随机验证码的代码

asp.net cookie清除的代码

asp.net 文件下载实现代码

.Net 2.0 原汁原味读取注册表

asp.net下百度的编码和解码

asp.net jscript 一句话木马

精品推荐
分类导航