AB#5820 - Initialize the webprofiler in asp.net core

This commit is contained in:
Bjarke Berg
2020-03-25 05:39:25 +01:00
parent 397b25f9ae
commit 92afbfc6fc
10 changed files with 69 additions and 25 deletions

View File

@@ -24,7 +24,6 @@ namespace Umbraco.Web.UI.BackOffice
{
services.AddUmbracoConfiguration();
services.AddUmbracoRequest();
services.AddUmbracoCore();
services.AddUmbracoWebsite();
}

View File

@@ -12,6 +12,9 @@
"AllowedHosts": "*",
"Umbraco": {
"CMS": {
"Hosting": {
"Debug": true
},
"Imaging": {
"Resize": {
"MaxWidth": 5000,