Apr 28, 2009
This topic has been covered many times both by Microsoft and non-Microsoft employees. However, I’ve recently been asked what the main features of IIS 7 are and have seen a great deal of misinformation about IIS security on twitter, blog posts and forums...
1 comments
Tags: PerformanceIIS 7InstallationApplication PoolsIIS 5.1IIS 6IISconfigurationLoggingURL RewriterSecurity
Jun 28, 2006
The following quick SDK sample demonstrates how to list and change the managed runtime version of application pools programatically in IIS 7. [VB] Imports System Imports Microsoft.Web.Administration Public Class AppPoolSample Shared manager As ServerManager...
3 comments
Tags: IIS 7SDKApplication Pools