IISQuickToggle is a simple Windows Forms application that I built in Visual C# that allows you to quickly toggle any of the IIS services on a machine such as Web, SMTP, FTP and IIS Admin without needing to type on a command line.
Essentially it was simply a technical exercise of using the Windows APIs to detect avauilable services, the state of those services and to interact with them quickly.
A log window was added later so that the current status of the services in question could be viewed.
;