Skip to content

Commit e1fccdf

Browse files
committed
Turned customErrors to "On".
1 parent 072883f commit e1fccdf

File tree

3 files changed

+3
-3
lines changed
  • src
    • AbpCompanyName.AbpProjectName.WebMpa
    • AbpCompanyName.AbpProjectName.WebSpaAngular
    • AbpCompanyName.AbpProjectName.WebSpaDurandal

3 files changed

+3
-3
lines changed

src/AbpCompanyName.AbpProjectName.WebMpa/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<globalization culture="auto" uiCulture="auto" />
2727
<compilation debug="true" targetFramework="4.5.1" />
2828
<httpRuntime targetFramework="4.5.1" />
29-
<customErrors mode="RemoteOnly" />
29+
<customErrors mode="On" />
3030
</system.web>
3131
<runtime>
3232
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

src/AbpCompanyName.AbpProjectName.WebSpaAngular/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<globalization culture="auto" uiCulture="auto" />
2727
<compilation debug="true" targetFramework="4.5.1" />
2828
<httpRuntime targetFramework="4.5.1" />
29-
<customErrors mode="RemoteOnly" />
29+
<customErrors mode="On" />
3030
</system.web>
3131
<runtime>
3232
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

src/AbpCompanyName.AbpProjectName.WebSpaDurandal/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<globalization culture="auto" uiCulture="auto" />
2727
<compilation debug="true" targetFramework="4.5.1" />
2828
<httpRuntime targetFramework="4.5.1" />
29-
<customErrors mode="RemoteOnly" />
29+
<customErrors mode="On" />
3030
</system.web>
3131
<runtime>
3232
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

0 commit comments

Comments
 (0)