arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Hosting settings

Information on the hosting settings section

Hosting settings contains settings regarding the hosting of the site, such as application virtual path, local temporary storage location and debug.

A full configuration with default values can be seen here:

hashtag
Setting overview

hashtag
Application virtual path

This setting specified the virtual path of the application, this path must start with a slash.

hashtag
Local temp storage location

This setting specifies the location of the local temp storage.

Options:

  • Default

  • EnvironmentTemp

hashtag
Debug

This setting allows you to run Umbraco in debug mode, by setting the value to true.

hashtag
Site name

Gets or sets a value specifying the name of the site. The is used if not specified

"Umbraco": {
  "CMS": {
    "Hosting": {
      "ApplicationVirtualPath": "/",
      "LocalTempStorageLocation": "Default",
      "Debug": false,
      "SiteName"
    }
  }
}
IWebHostEnvironment.ApplicationNamearrow-up-right