Click to See Complete Forum and Search --> : [help]detect the status of iis server


rahuljin
June 9th, 2009, 12:46 AM
hello,

i want to write a program in vc++ 2008 using win32 c which run on client and check the status of iis server. the status means ---- server is down or not, sql is working or not and iis is working or stopped.

please guide me

thanks

rahul

rahuljin
June 9th, 2009, 07:18 AM
help me please

wigga
June 9th, 2009, 10:25 AM
cant you just test the ports with sockets?

or you can try QueryServiceStatus to see the status of the services. but i like the port testing idea better

rahuljin
June 9th, 2009, 10:35 AM
thanks for the reply.

do u mean socket programming ?? please explain

wigga
June 9th, 2009, 10:48 AM
yeah i mean socket programming.

you just test the port

rahuljin
June 9th, 2009, 11:55 AM
can u guide me to a tutorial for beginners in socket programming.

carl666
June 10th, 2009, 10:28 AM
Enumerate processes remotely