notifierClient v0.1 alpha installation notes
notifierClient
This is a sample WinForms implementation of a client application that
connects to the NETnotifier server. To install it, just extract it to any
folders, edit the notifierClient.exe.config
file and comment as needed the lines
<!--
<add
key="NETnotifierServer" value="http://localhost/NETnotifier" />
-->
<add key="NETnotifierServer"
value="http://www.netnotifier.net"
/>
The http://www.netnotifier.net server is the
official server, but it's still in a 0.1 alpha version, so uptime is not really
my main concern :)