asp.net Web.config 详细配置说明_asp.net教程-查字典教程网
asp.net Web.config 详细配置说明
asp.net Web.config 详细配置说明
发布时间:2016-12-29 来源:查字典编辑
摘要:

<?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教程学习
    热门asp.net教程学习
    编程开发子分类