Differences between IIS Classic mode and integration mode

Source: Internet
Author: User

The Web Application in iis7.0 has two configuration modes: Classic mode and integration mode.

1. Classic Mode

The classic mode is to be compatible with previous versions, and ISAPI extensions are used to call ASP. net Runtime Library, the Web application originally running under iis6.0 is migrated to iis7.0, as long as the application is configured to the classic mode, the code can run normally without modification.

2. Integration Mode
The integration mode is a unified request processing pipeline, which combines ASP. the net request pipeline is combined with the IIS core pipeline. This mode provides better performance, implements configuration and management modularization, and increases the flexibility when using the managed code module to expand IIS. If the old web application runs in iis7.0 integration mode, you may need to modify the Web. config file of the application, especially when you use a custom module that implements the ihttphandler interface. Iis7.0 supports two modes of applications on the same server at the same time.

In iis7 integration modes, after a custom module class [inherit ihttpmodule] is added, the corresponding node configurations of webconfig are as follows:

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

Add the modules subnode under the system. webserver Node

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.