Hi, Mural.
Though windows service is a better choice most of the time, it actually
depends on the nature of the service.
The benefit of using a windows service as host is that the service can
use a different user account, with less or greater privilege (more
security); it can have a separate logon session; the service will be up and
running without anyone logon to the machine.
On the other hand, windows service normally can't have any user
interaction (can't access desktop, etc). If a system tray controller is
required, it has to communicate with the service through any IPC.
BTW: You also have the option of hosting a remoting object by ASP.NET.
Hope this helps.
Ming Chen
Mural Kumar via .NET 247 said:
(Type your message here)
--------------------------------
From: Mural Kumar
Which is the best way to make a remoting
server?
1)As a Windows service
2)As a simple exe, which will run in a system tray.
If there is any link or article, please let me know.
Thank you
Mural
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (
http://www.grisoft.com).
Version: 6.0.766 / Virus Database: 513 - Release Date: 17/09/2004
[microsoft.public.dotnet.languages.csharp]