Azure web apps: “You do not have permission to view this directory or page” error

大城市里の小女人 提交于 2020-01-25 09:41:06

问题


I am trying to deploy my nodejs application on azure and I got this error :

“You do not have permission to view this directory or page”

I followed this tutorial from Azure web site. To be sure Itried again but with the hello wold example given in the tutorial. However, when I deploy the zip, I got a successful deployment but when I try to access to my web site I get the same error.

I searched on internet about this error and I tried to follow the response from the following links link1, link2 but I still get the error.

Do you have an idea please ?

I would be very thnakful for any help.


回答1:


Going through the documentation, if you get the issue after deploying the ZIP it means that there is an issue with sample App.

https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-nodejs#download-the-sample

Make sure you follow the process accurately.

Also did it run locally?



来源:https://stackoverflow.com/questions/53133663/azure-web-apps-you-do-not-have-permission-to-view-this-directory-or-page-erro

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!