Upgraded IISExpress from WebMatrix Beta 2 to 7.5 Final

This commit is contained in:
kay.one 2011-04-23 20:02:20 -07:00
commit 53a7b92a64
77 changed files with 1158 additions and 3074 deletions

View file

@ -38,18 +38,15 @@ namespace NzbDrone
Process.Start(IISController.AppUrl);
IISController.IISProcess.WaitForExit();
while (true)
{
Console.ReadLine();
}
}
catch (Exception e)
{
AppDomainException(e);
}
while (true)
{
Console.ReadLine();
}
}
private static void Attach()