A service is something you have the server "start" when the system boots and it usually waits for some event to happen and then processes said event.

A console app is one that you would run as a scheduled task on some regular basis.

Which one is it?