Application Pool Isolation

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?

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 the !@#$%). So I created a little script to do that. more…»