all groups > dotnet remoting > august 2006 >
You're in the

dotnet remoting

group:

Windows service and remoting


Windows service and remoting nyhetsgrupper NO[at]SPAM gmail.com
8/23/2006 1:16:15 PM
dotnet remoting:
Hi, I am writing a windows server program implemented as a windows
service. I need a way to check the status of this server-application
and thinking about implementing a web based front end to the server. Is
remoting the best way to go? I'm thinking of an asp.net application
using remoting to access the server-applications data and generate html
pages showing the status of the server. Is remoting the best tool, or
is there a bether way?
Re: Windows service and remoting Spam Catcher
8/24/2006 10:12:05 PM
nyhetsgrupper@gmail.com wrote in news:1156364175.542148.189020
@p79g2000cwp.googlegroups.com:

[quoted text, click to view]

Depends on what status? If it's just Start/Stop status you can get that
information from the ServiceController.

[quoted text, click to view]

If you need detailed server status, complex remote control, yes... remoting
Re: Windows service and remoting David Jessee
8/28/2006 8:37:03 AM
Then again, check out System.Management

You can instrument your application with WMI and lose a lot of the overhead
you'll run into.

[quoted text, click to view]
AddThis Social Bookmark Button