Skip to content

Instantly share code, notes, and snippets.

@kdhollow
Last active February 2, 2022 10:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kdhollow/95255de0427bb8975f77 to your computer and use it in GitHub Desktop.
Save kdhollow/95255de0427bb8975f77 to your computer and use it in GitHub Desktop.
web.config addition to allow error passthrough
<system.webServer>
...
<httpErrors errorMode="Detailed" existingResponse="PassThrough">
</httpErrors>
...
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment