cool - that works...

Which brings me around to another issue - I'm trying to avoid creating a windows service for a down-and-dirty quick fix to a problem I'm having with a asp.net webservice...

So I was going for the console app - how would I go about having this console app "start" when the "server" reboots?

Also - can I avoid the CONSOLE window?

Does that cause your Console.ReadLine fix to fail me?

Do I need to just bite the windows service bullet.

Argh!