J
Johann Blake
I'm developing an application in C# that needs to run as a Windows service.
I'm looking for an Internet Service Provider (ISP) to host my application.
Since I'm on a shoe-string budget, I can only afford using a shared server
and not a dedicated one.
The problem is that most ISPs don't allow you to install your application as
a Windows service. Unfortunately, my application must run as a service
because it must always be up and running whenever the server is started. It
is an application that acts as a TCP server (TCPListener) listening to
incoming requests on a particular port. It cannot be started with an ASP.NET
page.
Has anyone come across an ISP who allows installing a Windows service
application without charging an arm or leg for doing it?
The other possibility is that I could write an ASP.NET page and call it
manually to install my TCP application as a Windows service. It would
involve writing to the registry and possibly storing some files on the
server but the ISP might be ticked off about me doing that and prevent it. I
personally don't see the problem with my code running as a Windows service
since my code can just as easily screw the system as ASP.NET code. Running
as a service simply adds the benefit of starting the application when the
server starts.
Thanks for any info.
Johann Blake
Mobile Solutions using Web Services
www.closerworlds.com/eng
I'm looking for an Internet Service Provider (ISP) to host my application.
Since I'm on a shoe-string budget, I can only afford using a shared server
and not a dedicated one.
The problem is that most ISPs don't allow you to install your application as
a Windows service. Unfortunately, my application must run as a service
because it must always be up and running whenever the server is started. It
is an application that acts as a TCP server (TCPListener) listening to
incoming requests on a particular port. It cannot be started with an ASP.NET
page.
Has anyone come across an ISP who allows installing a Windows service
application without charging an arm or leg for doing it?
The other possibility is that I could write an ASP.NET page and call it
manually to install my TCP application as a Windows service. It would
involve writing to the registry and possibly storing some files on the
server but the ISP might be ticked off about me doing that and prevent it. I
personally don't see the problem with my code running as a Windows service
since my code can just as easily screw the system as ASP.NET code. Running
as a service simply adds the benefit of starting the application when the
server starts.
Thanks for any info.
Johann Blake
Mobile Solutions using Web Services
www.closerworlds.com/eng