Difference between using service and console application

H

Henry Chen

We have a multi-tier application using .net remoting. In server side, I can
use either service and console application to process client request. I
sometimes can not find the problem with the service. However, I can use
the console to see what's wrong. Can anyone tell me the difference between
the service and console application in the serve site (application server)?
I mean when to use which and their advantages/disadvantages.

Thanks in advance!
Henry
 
M

Miha Markic [MVP C#]

Hi Henry,

Console can't run if there is no user logged in while service can.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top