4
I developed a MVC C# application for JSON reporting in my localhost
it works normally, to query because it takes 2 to 3 databases depending on the report, but when I host the application in Azure, most of the time it gives an error
"an error occurred while Processing your request."
Sometimes he does it without a problem, I’m suspecting it’s some timeout you have configured in the Azure panel, but I did not find this option in the panel.
You mean On instead of Off?
– bfavaretto
No, it’s really off.
customErrors
makes the . NET require the user to write a custom error screen.– Leonel Sanches da Silva
And setting it to Off will show the detailed message or simply omit the error?
– bfavaretto
Shows the message, the Stack Trace, gives some links...
– Leonel Sanches da Silva