Detailed configuration of Asp.net web. config

Source: Internet
Author: User

<? XML version = "1.0" standalone = "yes"?>
<Configuration xmlns = "http://schemas.microsoft.com/.NetConfiguration/v2.0">
<! -- Configure global variables -->
<Deleetask>
<Add key = "examstr" value = "Server =.; database = myweb_exam_db; uid = exam_login; Pwd = xxd_examadmin"/>
</Appsettings>
<! -- Configure global variables -->
<! -- Website system configuration -->
<System. Web>
<! -- The system prompts that access is denied when uploading files. Failed folders such as generating image files do not have the rewrite permission. -->
<Identity impersonate = "true"/>
<! -- Display the error message on the client -->
<Customerrors mode = "off"/>
<! -- Allow anonymous access -->
<Authorization>
<Allow users = "*"/>
</Authorization>
<! -- Enable the tracking page -->
<Trace enabled = "true" requestlimit = "1000" pageoutput = "true" tracemode = "sortbytime" localonly = "true"/>
<! -- Prevent webpage garbled characters -->
<Globalization requestencoding = "gb2312" responseencoding = "gb2312" Culture = "ZH-CN" fileencoding = "gb2312"/>
<! -- Configuration when two forms are available and submitted using forms -->
<Pages validaterequest = "false" enablesessionstate = "true" enableviewstate = "true" enableeventvalidation = "false"/>
<! -- Set the size of the uploaded file -->
<Httpruntime executiontimeout = "300" maxrequestlength = "102400" usefullyqualifiedredirecturl = "false"/>
</System. Web>
<! -- Website system configuration -->
</Configuration>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.