IISQuickToggle

Posted on Thursday, July 9, 2015 at 12:24 AM into labs by Steve Woods.
Roughly a 1 minute read.

Windows Desktop Application

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.

;