Programmatically listing, getting and setting Application Pools
Posted by: Rick Strahls WebLog,
on 17 Jan 2007 |
View original
Im updating several of my Web Configuration utilities for various applications that provide post-installers or tools to otherwise set up Web sites. With Vista rolling around being able to select an application pool to assign the site to is becoming more important because in IIS7 the Application Pool determines the .NET version that is used as well as the pipeline mode (classic or the new integrated mode). So for setting up ASP.NET 2.0 applications typically youll want to select a classic pipeline...