nyhetsgrupper@gmail.com wrote in news:1156364175.542148.189020
@p79g2000cwp.googlegroups.com:
[quoted text, click to view] > 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?
Depends on what status? If it's just Start/Stop status you can get that
information from the ServiceController.
[quoted text, click to view] > 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?
If you need detailed server status, complex remote control, yes... remoting