A detailed error is displayed on a Godaddy Windows host using web. config.

Source: Internet
Author: User

Users who use Godaddy windows often encounter a 500 error, but they do not know what went wrong. The following describes how to create a web. config file to display detailed error information.

By default, if your. netProgramWhen an error occurs, the client displays the following error:

Server Error in '/mytestapp' application.

Runtime error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed.

You can create or modify the Web. config file to display detailed errors:

<! -Web. config configuration file->
<Configuration>
<System. Web>
<Customerrors mode = "remoteonly"/>
</System. Web>
</Configuration>

If you change remoteonly to off, the detailed error message is displayed.

In addition, you can use the web. config file to configure the 404 error page and MIME type.

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.