mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Upgraded IISExpress from WebMatrix Beta 2 to 7.5 Final
This commit is contained in:
parent
217f98c4a9
commit
53a7b92a64
77 changed files with 1158 additions and 3074 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue