S
SenthilVel
Hi
We use System.ServiceProcess.ServiceController class is used to get the list
of windows services installed in a particular machine.
Also we use System.ServiceProcess.ServiceController.GetServices("IIS") to
get the control on the IIS ..
In the same way can we get the List of services which are part of the COM+
applications.
basically i need to start/STop the COM+ applications using the
System.ServiceProcess.ServiceController class..
is this possible ??
Thanks
Senthil
We use System.ServiceProcess.ServiceController class is used to get the list
of windows services installed in a particular machine.
Also we use System.ServiceProcess.ServiceController.GetServices("IIS") to
get the control on the IIS ..
In the same way can we get the List of services which are part of the COM+
applications.
basically i need to start/STop the COM+ applications using the
System.ServiceProcess.ServiceController class..
is this possible ??
Thanks
Senthil