手机
当前位置:查字典教程网 >编程开发 >asp.net教程 >web.config文件的中文解释
web.config文件的中文解释
摘要:

<?xmlversion="1.0"encoding="utf-8"?>

<configuration>

<system.web>

<>

<compilationdefaultLanguage="vb"debug="true"/>

<>

<customErrorsmode="RemoteOnly"/>

<>

<authenticationmode="Windows"/>

<>

<authorization>

<allowusers="*"/><>

<>

</authorization>

<>

<traceenabled="false"requestLimit="10"pageOutput="false"traceMode="SortByTime"localOnly="true"/>

<>

<sessionState

mode="InProc"

stateConnectionString="tcpip=127.0.0.1:42424"

sqlConnectionString="datasource=127.0.0.1;userid=sa;password="

cookieless="false"

timeout="20"

/>

<>

<globalizationrequestEncoding="utf-8"responseEncoding="utf-8"/>

</system.web>

</configuration>

【web.config文件的中文解释】相关文章:

ASP.NET存取XML实例代码与注解

.net中webconfig 详解

asp.net中包含文件的代码及使用方法

在ASP.NET中实现多文件上传的方法

asp.net 文件上传实例汇总

asp.net文件上传示例

web.config使用方法指南

用.Net的File控件上传文件的解决方案

asp.net web大文件上传带进度条实例代码

.dll 文件反编译的工具软件集合

精品推荐
分类导航