4,815 questions
See docs
https://learn.microsoft.com/en-us/azure/app-service/troubleshoot-diagnostic-logs
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi everyone!
I have problem with implementation of my web application (asp.net core .net 6.0). When I start application on IIS Express everything works fine (I have connection string in appsettings.json to my DB on azure), but when I publish my application don't load (HTTP ERROR 500). How to get log errors? Maybe the problem is with connection to DB? I'm not using service dependency to DB in publish window.