Client/Server application question
-
Hi, I wrote an application that has a server application running on a machine as a console application. The problem with this is that the machine must be logged in for the program to work. The client does not want this. The console application monitors port 8080 and process's and returns data from an SQL server database. What can I convert the server application to that would allow it to run without the computer being logged in? Thanks. Stephen
-
Hi, I wrote an application that has a server application running on a machine as a console application. The problem with this is that the machine must be logged in for the program to work. The client does not want this. The console application monitors port 8080 and process's and returns data from an SQL server database. What can I convert the server application to that would allow it to run without the computer being logged in? Thanks. Stephen
A Windows Service... check the C# programming page under Services section for some good tutorials. [EDIT: check here[^].] -- LuisR
Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!