Some insights into the IIS Publisher program

Source: Internet
Author: User

1. The application pool typically builds its own framework version of the program pool, and the managed pipeline mode is classic

2. On the IIS root, double-click on the right side of the "ISAPI and CGI Restrictions" double-click to open the limit of the framework version you need to "allow",

If you find that you don't have the framework version you need, you need to add

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll

C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll

Register the required version when you are finished adding

C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe-i

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe-i

3. Double-click to open the site you created, open the ISAPI filter on the right, if you do not find the framework version you need to add

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_filter.dll

C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_filter.dll

Hint: actually registered the framework version, do not need to 2,3 in the addition, but I did not test, I was first added after registration, then there will be two.

Some insights into the IIS Publisher program

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.