Site upload Server appears: Server error in '/' Application error

Source: Internet
Author: User

The following error occurred after uploading the server to the local Web site: Server error in '/' Application. Runtime Error


<!--Web. config Configuration File--><configuration>    <system.web>        <customerrors mode= "Off"/>    </system.web></configuration>


Notes: The current error page is seeing can is replaced by a custom error page by modifying the "defaultredirect" attribute Of the application ' s <customErrors> configuration tag to point to a custom error page URL.

<!--Web. config Configuration File--><configuration>    <system.web>        <customerrors mode= "RemoteOnly" defaultredirect= "mycustompage.htm"/>    </system.web></configuration>

Cause: Webconfig duplicate configuration causes errors

WORKAROUND: Delete the extra webconfig file.

Site upload Server appears: Server error in '/' Application error

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.