How to Programmatically tell if an IIS AppPool is 32-bit or 64-bit
I've blogged before about 32-bit vs. 64-bit .NET under IIS and how different Framework-bitnesses need different Application Pools (AppPools). Someone asked how you find out what AppPools are on a machine and how do you find out which ones are 32-bit?
Read More...