Hi Guys,
I have application that runs non stop in the background on a dedicated remote server. The application is build in .NET 4 using log4net for logging and SQL Server.
I i think it would be best to use Windows Service for the main background application. I want to build a second application to manage and view the status and logs of the main application.
Any recommendation on the best way to do that? How should i connect to the service to get the status or attach to log4net logging?
Windows Service + Asp.net Website? Windows Service + Remote WinForms Application? On Server WinForms Application?
Thx!