routing - handle when umbraco is not ready or has no content

This commit is contained in:
Stephan
2012-09-28 11:11:47 -02:00
parent d82cbfccc5
commit abe4944843
6 changed files with 58 additions and 51 deletions

View File

@@ -145,14 +145,9 @@ namespace Umbraco.Core.Configuration
/// </summary>
internal static string BootSplashPage
{
get { return "~/default.aspx"; }
get { return "~/config/splashes/booting.aspx"; }
}
internal static string NoContentSplashPage
{
get { return "~/config/splashes/noNodes.aspx"; }
}
/// <summary>
/// Gets a value indicating whether logging is enabled in umbracoSettings.config (/settings/logging/enableLogging).
/// </summary>