Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hey All,
Another Umbraco 9 Question.
In Umbraco 8 we had the ability to reserve a path through the web.config.
Eg.
<add key="Umbraco.Core.ReservedPaths" value="~/some-path-here"/>
How do we di this with Umbraco 9? I assume there is some setting that needs adding to the appsettings.config file
Thanks in advance.
Kind Regards
David
I figured this out by a little trial and error.
Here is is for anyone interested
"Global": { "ReservedPaths": "~/some-path-here", "Id": "cf1744bf-0998-413d-8a97-7a704604e123" }
Thanks David, that is good to know.
Should this also work in v10? Tried configuring this in v10, but doesn't seem to work. Do I need to do anything else before this works? tx
Note to self: place files in wwwroot not .net core project root :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco 9 ReservedPaths
Hey All,
Another Umbraco 9 Question.
In Umbraco 8 we had the ability to reserve a path through the web.config.
Eg.
How do we di this with Umbraco 9? I assume there is some setting that needs adding to the appsettings.config file
Thanks in advance.
Kind Regards
David
I figured this out by a little trial and error.
Here is is for anyone interested
Thanks David, that is good to know.
Should this also work in v10? Tried configuring this in v10, but doesn't seem to work. Do I need to do anything else before this works? tx
Note to self: place files in wwwroot not .net core project root :)
is working on a reply...