Fixed application path detection.

This commit is contained in:
kay.one 2011-11-20 19:42:45 -08:00
commit 5ea8fd22f7
5 changed files with 40 additions and 17 deletions

View file

@ -7,7 +7,7 @@ namespace NzbDrone.Common
{
private const string WEB_FOLDER = "NzbDrone.Web\\";
private const string APP_DATA = "App_Data\\";
public const string IIS_FOLDER = EnviromentProvider.IIS_FOLDER_NAME;
public const string IIS_FOLDER = "IISExpress";
public const string IIS_EXE = "iisexpress.exe";