Config file detailed

Source: Internet
Author: User
Tags stack trace
Config file detailed

<configuration><system.web><!--Dynamic Debug Compilation Settings compilation debug= "True" to enable ASPX debugging.           Otherwise, setting this value to false will increase the run-time performance of this application. Set compilation debug= "True" to insert debug symbols (. pdb information) into the compilation page. Because this creates a large file that is slow to execute, you should set this value to true only when debugging, and set it to false at all other times.    For more information, see the documentation for debugging ASP. NET files.  --><compilation defaultlanguage= "C #" debug= "true" targetframework= "4.0"/><!--custom error message Settings Customerror          The mode value can control that user-friendly error messages should be displayed to the user instead of error details (including stack trace information): "On" always displays custom (friendly) information "OFF" always displays detailed ASP. NET error information. "RemoteOnly" displays custom (friendly) information only to users who are not running on the local Web server.    For security purposes, this setting is recommended so that the details of the application are not displayed to remote clients. --><customerrors mode= "RemoteOnly"/><!--Authentication This section sets the authentication policy for the application.          Possible patterns are "windows", "Forms", "Passport" and "None"--><authentication mode= "Windows"/><!--application-level tracking records          Application-level tracking enables trace log output for each page within the application. Set trace Enabled= "True" to enable application trace logging.  If pageoutput= "true", then        The trace information is displayed at the bottom of each page.    Otherwise, you can view the application trace log by browsing the Trace.axd page from the Web application root. --><trace enabled= "false" requestlimit= "pageoutput=" false "tracemode=" SortByTime "localonly=" true "/>          <!--session state settings by default, ASP. NET uses a cookie to identify which requests belong to a particular session.         If the cookie is not available, you can track the session by adding the session identifier to the URL.    To disable cookies, set sessionstate cookieless= "true". --><sessionstate mode= "InProc" stateconnectionstring= "tcpip=127.0.0.1:42424" sqlconnectionstring= "data    Source=127.0.0.1;user id=sa;password= "cookieless=" false "timeout="/><!--Globalization This section sets the globalization settings for the application. --><globalization requestencoding= "Utf-8" responseencoding= "Utf-8"/><xhtmlconformance mode= "Legacy"/ ><pages controlrenderingcompatibilityversion= "3.5" clientidmode= "Autoid"/></system.web></ Configuration>

The above is the config file detailed content, more relevant content please pay attention to topic.alibabacloud.com (www.php.cn)!

  • Related Article

    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.