Azure: "You do not have permission to view this directory or page

前端 未结 7 2229
我寻月下人不归
我寻月下人不归 2021-01-04 23:37

I have created a node.js application in Visual Studio 2015 using the Azure SDK 2.7 and the Node.js Tools.

I have successfully set up CI with BitBucket in my web app

7条回答
  •  不知归路
    2021-01-05 00:15

    You're probably missing the web.config file which is required if iisnode is used to run node processes behind iis or iis express.

    https://github.com/tjanczuk/iisnode/blob/master/src/samples/configuration/web.config

提交回复
热议问题