Hosting Settings
Information on the hosting settings section
Last updated
Was this helpful?
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:
"Umbraco": {
"CMS": {
"Hosting": {
"ApplicationVirtualPath": "/",
"LocalTempStorageLocation": "Default",
"TemporaryFileUploadLocation"
"Debug": false,
"SiteName"
}
}
}This setting specified the virtual path of the application, this path must start with a slash.
This setting specifies the location of the local temp storage.
Options:
Default
EnvironmentTemp
This setting specifies the location of the temporarily uploaded files, for instance, when uploading files in the media section. The umbraco/Data/TEMP/TemporaryFile/ folder is used if not specified.
This setting allows you to run Umbraco in debug mode, by setting the value to true.
Gets or sets a value specifying the name of the site. The IWebHostEnvironment.ApplicationName is used if not specified
Last updated
Was this helpful?
Was this helpful?