I've created a c# console app that uses the class HttpListener on some random port. The app listens to http post requests and performs some operations on mySQL database according to the details of the request.
At this point I wish to upload this application and the DB to a host server. What would be the best practice for it?
Thanks for the help!
Best pratice would be a windows services, it is allways running when the server is up. A web project is would only run when you have request to a page in the project, because you have your own webserver this would be a little stange.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With