Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mukund 23 posts 103 karma points
    Jul 11, 2019 @ 11:47
    Mukund
    0

    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?

    folder structure

    could you please help ?

  • Mukund 23 posts 103 karma points
    Jul 11, 2019 @ 11:49
    Mukund
    0

    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."

  • Luke Hook 45 posts 175 karma points c-trib
    Jul 11, 2019 @ 15:52
    Luke Hook
    0

    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

  • Mukund 23 posts 103 karma points
    Jul 17, 2019 @ 12:20
    Mukund
    0

    Hi Luke,

    Thanks for the reply. Following is the answer.

    1. Yes, Its installed with Nuget
    2. Yes, we are using Azure Dev Ops pipelines to build and release.
  • Luke Hook 45 posts 175 karma points c-trib
    Jul 17, 2019 @ 12:30
    Luke Hook
    0

    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.

    UmbracoCMS Nuget Package

    And this exact reference in your package.config (if you're using that method)

    <package id="UmbracoCms" version="8.1.0" targetFramework="net472" />
    

    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

  • Mukund 23 posts 103 karma points
    Jul 17, 2019 @ 12:47
    Mukund
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft