Troubleshooting IdentityServer

I often get questions similar to:

“We are trying to do X – but we only see ‘Sorry, an error occurred while processing your request.’ in the browser. What am I missing”

Well – that means an error has occurred..and there are two ways to troubleshoot –

The “quick and dirty” solution is to turn off custom errors. For that modify the customErrors element in web.config. That will give you the ‘yellow screen of death’ with exception text, stack trace etc… (don’t forget to turn that off again).

…or check out this article about tracing.

HTH

This entry was posted in IdentityServer. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s