Webconfig httphandlers Invalid resolution processing

Source: Internet
Author: User

There is a site is based on Integrated mode development, but hard to hang in the Classic mode of the father of the site below, it is necessary to make the corresponding changes, the basic is handlers change httphandlers,modules for httpmodules, from the node <system.webserver > moved to <system.web>, but how to change can not enter the custom handler inside, reference below is not.


Http://msdn.microsoft.com/en-us/library/vstudio/46c5ddfy (v=vs.100). aspx

http://msdn.microsoft.com/en-us/library/vstudio/ms228090 (v=vs.100). aspx

Http://www.cnblogs.com/songshch/p/HTTPHandlers--Config.html


The third URL also omitted a <Handlers> configuration section,

Finally, in a compromise, the new application pool-> set to Integrated mode-> applied to the subweb-> plus the following sentence to prevent the webconfig conflict with the parent site

<validation validateintegratedmodeconfiguration= "false"/>

The last configuration section is as follows: "*.jsloader" is a virtual Web site, if you know why the Classic mode of configuration is not possible, I can write a wrong word, please inform

  <system.webServer>
 	<validation validateintegratedmodeconfiguration= "false"/>
   


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.