c# - Converting a Winform application to a service (Best way) -


i have (or company) simple watchdog application monitors memory, diskspace , connections , other stuff realated realtime database server. using application detect errors , notify system administrators email faults. send daily report on som kpi , other stuff.

the problem there need logged inn server @ time solution (it created simple monitoring problems had has become application futher develop) , convert service avoid needs logged on @ time.

the application written in c# framework 3.5. know there wcf , other stuff now. looked in vs (version 2012) , see removed service project used there, , there wcf.

i dont have experice in field (.net technology) since i've done legacy c++ programming last 5 years @ work.

does have som recommandation doing best way ?

if move of logic class library, can create new service project, , use library within service that's generated.

msdn has walkthrough on creating services walks through process, step step.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -