can you help me ?

Haydar

Guppy
I want start my own services thats include
HTTP Web Server
SMTP Server
Messenger Server
Media Server

I Developed it as Windows Application

Can anyone tell me how to run it and wich plan I should choose ?

Thanks
 
Unfortunately, since the application is Windows and cant run on Linux VPS, your only option with us would be a dedicated server.
 
ok , what about ASP.Net Application works like a server , can I take windows reseller Instead of dedicated server. ?
 
I converted my source code to ASP.Net Application, I tested it on free asp.net hosting but my server didn?t work on the internet it worked on private network (IP=10.0.0.12, Port=8882)
On your standard windows hosting there is 1 Free Dedicated IP, can I use it to make my server work on the internet?

ASP.Net Source Code
---------------------------------------------------------
listener=New System.Net.Sockets.TcpListener(System.Net.IPAddress.Any, 8882)
listener.Start()

---------------------------------------------------------
 
I converted my source code to ASP.Net Application, I tested it on free asp.net hosting but my server didn?t work on the internet it worked on private network (IP=10.0.0.12, Port=8882)
On your standard windows hosting there is 1 Free Dedicated IP, can I use it to make my server work on the internet?

ASP.Net Source Code
---------------------------------------------------------
listener=New System.Net.Sockets.TcpListener(System.Net.IPAddress.Any, 8882)
listener.Start()
---------------------------------------------------------

--------------------------------------------------------------------------------
 
Back
Top