Closed ardacetinkaya closed 8 years ago
@damccull Your solution end a painful day and a half stent of moving to Https for me. His solution resolved my 502.5 error after publishing to Azure with .netcore2.0
I solved this issue by excluding web.config from my project. This means that when publishing, it creates default files as VS thinks there is no web.config, so Azure is happy, whilst the web.config is still on disk and available to local IIS.
@razzemans Thank you! Removing the Application Insights extension worked for me as well. I removed it in the Azure portal rather than Kudu.
I have the same issue after upgrading to AspNetCore 2.0.6, I removed the wwwroot folder, excluded the web.config and still the same in Azure.
@yosbeleg89 Did you run down the steps in the troubleshooting topic? https://docs.microsoft.com/aspnet/core/host-and-deploy/azure-apps/troubleshoot
That's a fairly new topic, and I'd be happy to hear your feedback on if the steps outlined in the topic lead to uncovering the problem with your deployment.
The 2.0.6 deployment to Azure hasn't finished yet. See https://github.com/Azure/app-service-announcements/issues/92
I wonder if it makes sense to deploy a new release to Azure first, then announce that the new release is available.
@guardrex unfortunately that's not really feasible. There is a bit of a chicken and egg problem, with things not fully working in Azure until the symbols are published by the Core team, and that doesn't happen until it's announced.
Deployment to App Service should normally be complete in a couple of days. You can test it now in West US 2 if you'd like.
That being said, I'm not sure that relates to the issue in this thread.
Hi; I just deployed my asp.net core app to azure which I developed in mac os x. It is successfully build and run on my local environment.
But when I browse the app on Azure site, I got the following error.
I checked the link in error https://docs.asp.net/en/latest/publishing/iis.html#common-errors for some info but could not link with my issue.
Also when I check Azure logs, in Application Logs, I have
Also some additional info in Application Logs
My web.config is like below;