Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

498
Views
Error in deploying Angular WebApp from local

Displayed with below while deploying my angular webapp:

You do not have permission to view this directory or page.

Before the deployment my app worked perfectly fine in local. but after deploying it is throwing me errors.

Currently I am going through below Q&A from Microsoft.

https://docs.microsoft.com/en-us/answers/questions/23282/deployed-angular-web-app-keeps-getting-you-do-not.html

But this not so helpful in my case.

If any one of you faced similar issue, can anyone assist?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

You do not have permission to view this directory or page.

  • Some source code files may be missing.Re-deploying the application

  • Check all your web app files though KUDU Console. Follow this link, <your_web_app_name>.azurewebsites.net > Debug Console (from top menu) > CMD/PowerShell > Site > wwwroot. That should contains all your files.

  • Azure encounter an error while running your web app. Since its in production, it does not show any useful error messages. For testing/debugging purposes you can turn on the Azure detailed messaging, and turn back off when its ready for production.

  • Follow the below steps:

  • Login to Azure > App Services (left side menu) > Your Web App > App Service logs (search box is at the top if you can't find it), then turn on Detailed Error Messages or turn on all of the logging options, up to you.

  • Now add the following in your Web.Config file,

  • In your Web Config file add <customErrors mode="Off" /> BEFORE system.web closing tag, </system.web>. Similarly, add <httpErrors errorMode="Detailed"></httpErrors> BEFORE </system.webServer>.Upload the Web.Config to Azure.

By following the above steps it will show the error messages in detail.

Please refer SO thread, Azure error and this for more details

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!