i have made an ASP.Net MVC 4 web application. Within this i have an underlying C# model that listens for incoming requests on a port.
How do I make it so this class is constantly running (i.e can listen for these requests) without the web app interface having to be called etc?
I have a webserver to host it on.
How do I make it so this class is constantly running (i.e can listen for these requests) without the web app interface having to be called etc?
I have a webserver to host it on.