Hello,
Many services like ftp,Smtp would be starting at the boot time and starts listening to accept the incoming req's after the O.s is loaded...(i think those r called as Daemon process)
So, how can i do in Windows to make it any server program which was i written as a daemon process which has to work as similar as service "ftp' by default it is lis****inig at port #21.
So, I will write a server program and make it to listen at some Port #xxx by default / at system starts without need to execute frequently....
Can Anybody Help in this Regard
Thanx in Advance
.NET Development6
|