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
Hi,
Deployment of Umbraco 10 .net core based website as subsite in IIS is not working properly. 'Page not found' error page is appearing. Please guide.
Thanks,
Suma
The solution is - add below code is appsettings.json
"Umbraco": { "CMS": { "Hosting": { "Debug": false, "ApplicationVirtualPath": "/< sub folder>" } } },
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Issue with Umbraco 10 website deployment as subsite
Hi,
Deployment of Umbraco 10 .net core based website as subsite in IIS is not working properly. 'Page not found' error page is appearing. Please guide.
Thanks,
Suma
Hi,
The solution is - add below code is appsettings.json
"Umbraco": { "CMS": { "Hosting": { "Debug": false, "ApplicationVirtualPath": "/< sub folder>" } } },
Thanks,
Suma
is working on a reply...