IIS 7.x Classic and Integrated Pipeline Modes-Week 43
Posted by: Scott Forsyths WebLog,
on 05 Dec 2011 |
View original | Bookmarked: 0 time(s)
You can find this weeks video here. IIS 7 has two application pool pipeline modes: Classic and Integrated. Using Integrated mode is the ideal since it allows forms authentication for all types of page requestsnot just ASP.NET pageshas tighter integration with the entire pipeline, and will be leveraged by more native and 3rd party apps over time. However, you may run into a HTTP Error 500.22 - Internal Server Error when trying to run your site in Integrated mode. This week we look at the differences...