Posts Tagged 'application pools'

Application Pool Isolation

Sunday, February 3rd, 2008 No Commented
Under: Uncategorized

Ken Schaefer has written a great article about total application pool isolation in IIS 7.0. I didn’t yet know this, but the guys and girls at the IIS team are making a beautiful product.

Wanna know which application pool is used by your application?

Sunday, January 6th, 2008 No Commented
Under: Uncategorized

Some times I check if my applications are still using the proper application pools (I am not the only administrator of the IIS servers ). You can do this with the IIS GUI ofcourse but you can also use scripting (checking a lot of servers/application and application pools can be a pain in [...]