Skip to content

Instantly share code, notes, and snippets.

View thomas-weller's full-sized avatar

Thomas Weller thomas-weller

View GitHub Profile
@thomas-weller
thomas-weller / IisExpress.cs
Last active November 24, 2017 22:33
Helper class for using IIS Express programmatically - see http://blog.thomas-weller.de/a-handy-iis-express-test-helper-class for details
using System;
using System.Diagnostics;
using System.IO;
namespace IisExpress
{
/// <summary>
/// Helper class for running IIS Express. Basically a convenient wrapper around IIS Express' command line.
/// </summary>
public class IisExpress