gopich
January 24th, 2003, 06:01 AM
My requirement:
At times our webserver, which is dependent upon IIS Server(inetinfo.exe) is hanging and so we are trying to restart it using "Control panel->Services" applet. But we are unable to do so.
Another point: If the machine on which I want to stop IIS Server has MSDEV, I can do as follows:
Go to Task Mgr & Select processes tab.
Select inetinfo.exe and then "do right mouse click to get Debug option". If you select debug option, inetinfo will be attached to the debugger of Visual Studio, so it is easy to kill that process by pressing ****+F5 in the debugger. But the real problem is: I don't have Visual Studio installed on our machine(as it is meant to be deployed on field).
Could anybody help me out?
Thanks,
Gopi
At times our webserver, which is dependent upon IIS Server(inetinfo.exe) is hanging and so we are trying to restart it using "Control panel->Services" applet. But we are unable to do so.
Another point: If the machine on which I want to stop IIS Server has MSDEV, I can do as follows:
Go to Task Mgr & Select processes tab.
Select inetinfo.exe and then "do right mouse click to get Debug option". If you select debug option, inetinfo will be attached to the debugger of Visual Studio, so it is easy to kill that process by pressing ****+F5 in the debugger. But the real problem is: I don't have Visual Studio installed on our machine(as it is meant to be deployed on field).
Could anybody help me out?
Thanks,
Gopi