|
<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>
<!--配置全局變量-->
<!--網(wǎng)站系統(tǒng)配置-->
<system.web>
<!--上傳文件時(shí)提示訪問被拒絕,生成圖片文件等失敗文件夾沒有改寫權(quán)限-->
<identity impersonate="true"/>
<!--在客戶端顯示錯(cuò)誤信息-->
<customErrors mode="Off" />
<!--允許匿名訪問-->
<authorization>
<allow users="*" />
</authorization>
<!--啟用跟蹤頁(yè)面-->
<trace enabled="true" requestLimit="1000" pageOutput="true" traceMode="SortByTime" localOnly="true" />
<!--防止網(wǎng)頁(yè)亂碼-->
<globalization requestEncoding="gb2312" responseEncoding="gb2312" culture="zh-CN" fileEncoding="gb2312"/>
<!--有兩個(gè)form時(shí),用窗體提交時(shí)配置-->
<pages validateRequest="false" enableSessionState="true" enableViewState="true" enableEventValidation="false"/>
<!--設(shè)置上傳文件大小-->
<httpRuntime executionTimeout="300" maxRequestLength="102400" useFullyQualifiedRedirectUrl="false"/>
</system.web>
<!--網(wǎng)站系統(tǒng)配置-->
</configuration>
AspNet技術(shù):asp.net Web.config 詳細(xì)配置說(shuō)明,轉(zhuǎn)載需保留來(lái)源!
鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。