API/CodeSamples/ShowStackTrace.md
... ...
@@ -6,7 +6,7 @@
6 6
7 7
Gets or sets the value indicating format for showing exceptions. When set to true, errors are represented with the error message and a hyperlink that opens the stack trace in a framed HTML output string. The error message can be [[friendly|/API/CodeSamples/UseFriendlyErrors]] or not, meaning that it displays a more detailed but less technical reason for the error, or the .NET error handling language.
8 8
9
-**Default Value:**
9
+**Default Value:** True
10 10
11 11
##Global.asax (C♯)
12 12