After I published an ASP.NET Core app to Azure from Visual Studio 2017 I am getting this message when I click on the app url:
It was working fine before. Is
You do not have permission to view this directory or page.
This message show when you have restrict ip on IIS config. Check your Web.config file and add your ip address in security section like below:
Remove it if you do not want to restrict any ip address.