Install a service on Windows Server 2008 I created a service in Visual Studio to monitor some stuff for me. I wanted the process to run about every 10 minutes. I struggled a little to figure out how to install the service. I have seen some suggestions to use installutil but I could not find […]
Month: September 2012
Sending text messages using C#
I wanted to create a site that would notify me if something was wrong, or an exception happened that it didn’t know how to handle. I have always felt that text messages are more immediate than an email. An email could be sent an I may or may not check it within an hour. But […]