Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am working on vehicle Tracking System. I did TCP listner server. I want to host this on server. how do i achieve it? or other than winform their is any way in .Net
Thanks

What I have tried:

C#
I am working on vehicle Tracking System. I did TCP listner server. I want to host this on server. how do i achieve it? or  other than winform their is any way in .Net
 Thanks 
Posted
Updated 6-Oct-16 1:29am

Host it on what server? On the internet? If so hire a virtual server with (ideally) a fixed IP. You should implement your code as a Windows Service and install the service on your server.
 
Share this answer
 
thank for quick reply.

I implement code in Windows Service. when i start service port goes open its OK,
while after client connect its work, but when client send data to server automatically service stop.

i dont know exact reason please help me
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900