web.config文件的中文解释
web.config文件的中文解释
发布时间:2016-12-29 来源:查字典编辑
摘要:

<?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>

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新asp.net教程学习
热门asp.net教程学习
编程开发子分类