When I try to run a web bot application, it loads until the page chrashes with HTTP ERROR 500. I can't find the actual reason because when I check KUDU logs it doesn't have any usefull information. Like that:
I have some kind of error logger with my web.config, I wrote one line:<httpErrors errorMode="Detail" ExistingResponse="PassThrough"></ httpErrors>, to check for errors, but this time the errors are not displayed.
If I try to browse my app while its loading or when i'm getting an error, it shows another error but I guess it doesn't matter
Can you help me to know how to log actual errors or help me to get the reason of that.
