Skip to content

Commit

Permalink
Add dev patch to set detailed HTTP errors
Browse files Browse the repository at this point in the history
(cherry picked from commit 5a9bbd3)
  • Loading branch information
coreyasmith authored and nickwesselman committed Sep 16, 2021
1 parent 2d8fa50 commit 68e24f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions image/src/dev-patches/HttpErrorsDetailed/Web.config.xdt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<system.webServer>
<httpErrors xdt:Transform="InsertIfMissing" />
<httpErrors errorMode="Detailed"
xdt:Transform="SetAttributes" />
</system.webServer>
</configuration>

0 comments on commit 68e24f3

Please sign in to comment.