I want to create a vb.net application to run on my local machine and access
the status of other vb.net applications on a remote server. I'd like to
know if the remote applications are running and also have the ability to
access their text logs on the same server.
If a vb.net app on the server dies for some reason, I'd like its try/catch
code to send my local vb.net app a message. Does this involve remoting?
What is the best approach to designing the local app and what modifications
are needed for the remote apps in order to have communication between the
local/remote apps?
Mainly, the local app will be a type of monitor. I may also have it check
to see if non vb.net processes are running such as SQL Server.
Thanks,
Brett
|