1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02:00

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
parent 217f98c4a9
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()