Dev v7 health check (#1220)

Adds health check feature including some initial checks
This commit is contained in:
Sebastiaan Janssen
2016-06-13 17:42:05 +02:00
committed by GitHub
parent 38e59373c6
commit d83d7956bb
44 changed files with 2986 additions and 14 deletions

View File

@@ -69,7 +69,16 @@ namespace Umbraco.Core.IO
}
}
public static string AppPlugins
public static string AppCode
{
get
{
//NOTE: this is not configurable and shouldn't need to be
return "~/App_Code";
}
}
public static string AppPlugins
{
get
{