I have an IIS 6.0 website with very many subwebs and several application pools.
I would like help establishing which app pool each of the subwebs is in using c#.
I have looked at the DirectoryServices
namespace but still not sure of what to do.
Any help is appreciated.
Thanks.