IISApplicationPool Object I am trying to start/stop application pool by writing a C++ automation program. I have included <iiisext.h> file for application pools but I am getting following linking error Linking... for _IID_IISApplicationPool I don't know which lib file is required? Do you know if there is any C++ sample program involving AppPool? Thanks |