Umbraco website - Error (Azure Webapp) - Version 8.1.0
Hi,
We have installed and deployed the Umbraco 8.10 version on Azure as Web App service and Azure SQL database used for backend service.
However when we try to access the website we observed the following error which is resulting in an issue.
"You do not have permission to view this directory or page."
when i access URL\Umbraco following is the error.
"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
Umbraco Version : V8.1.0
Attached is the folder structure of the project.
could you please also suggest do i need to include any folders before i commit the changes to master branch?
In addition to the above, i have not installed default template given by Umbraco and an empty template is created.
It works fine in Debug and when i initialized CICD in azure Devops resulted in an error as mentioned below.
"You do not have permission to view this directory or page."
I've experienced this exact problem where I had the individual packages installed via nuget (e.g. UmbracoCms.Core and UmbracoCms.Web) but not the overall UmbracoCms package (no idea how it happened). Without the complete package Azure was missing items when restoring fresh from nuget as part of the pipeline.
Thanks a lot. I have uninstalled and installed again.
Webapp is well hosted now in Azure platform using build and release pipeline.
Thank you so much for the help.
However i have come up with some of the scenarios to synchronize the data between Front End And Backend Apps. Looking for solutions :).
Umbraco website - Error (Azure Webapp) - Version 8.1.0
Hi,
We have installed and deployed the Umbraco 8.10 version on Azure as Web App service and Azure SQL database used for backend service.
However when we try to access the website we observed the following error which is resulting in an issue.
"You do not have permission to view this directory or page."
when i access URL\Umbraco following is the error.
"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
Umbraco Version : V8.1.0
Attached is the folder structure of the project. could you please also suggest do i need to include any folders before i commit the changes to master branch?
could you please help ?
In addition to the above, i have not installed default template given by Umbraco and an empty template is created. It works fine in Debug and when i initialized CICD in azure Devops resulted in an error as mentioned below.
"You do not have permission to view this directory or page."
Hi Mukund,
A couple of questions in order to help.
1) How is umbraco installed in your solution? Via nuget?
2) How are you deploying your website? Are you using Azure Dev Ops pipelines to build and release?
Thanks, Luke
Hi Luke,
Thanks for the reply. Following is the answer.
Hi Mukund,
This might be an unrelated issue but I've experienced the same thing.
First of all, make sure you have this specific package installed via Nuget.
And this exact reference in your package.config (if you're using that method)
I've experienced this exact problem where I had the individual packages installed via nuget (e.g. UmbracoCms.Core and UmbracoCms.Web) but not the overall UmbracoCms package (no idea how it happened). Without the complete package Azure was missing items when restoring fresh from nuget as part of the pipeline.
Hopefully that helps,
Luke
Hi Luke,
Thanks a lot. I have uninstalled and installed again. Webapp is well hosted now in Azure platform using build and release pipeline.
Thank you so much for the help. However i have come up with some of the scenarios to synchronize the data between Front End And Backend Apps. Looking for solutions :).
Regards Mukund
is working on a reply...