HTTP Error 500.0-internal Server error

Source: Internet
Author: User

Recently developed a aps.net Web site in two times, after deploying the Web site to IIS, enter: http://localhost/upload/error "http errors 500.0-internal Servererror",

HTTP Error 500.0-internal server errorinternal Server error Detailed error information
Module Managedpipelinehandler
Notice Executerequesthandler
Processing program extensionlessurlhandler-integrated-4.0
Error code 0x800703e9
The requested URL http://localhost/upload/
Physical path G:\WebSites\MyWeb\upload\
Login method Anonymous
Logged in user Anonymous

After some toss, know with the program rewrite URL module, but the problem is still unresolved, Kung fu is not a conscientious, found the reason:

The program has its own HttpModule URL rewrite module, and IIS has its own rewrite module, which is caused by conflicts.

Solution:

Add: system.webserver, configuration, Web. config.

<remove name= "extensionlessurlhandler-integrated-4.0"/>

HTTP Error 500.0-internal Server 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.