Folks,
i wrote the following pgm and the count returned by administration pack and this program is different. I had added an entry using administration pack which is not getting reflected in this program i guess.
ServerManager servermanager = new ServerManager();
Configuration config = servermanager.GetApplicationHostConfiguration();
ConfigurationSection handlersSections = config.GetSection("system.webServer/handlers", "test");
Console.Out.WriteLine("Count: " + handlersSections.GetCollection().Count);
thanks
bekz