Skip to content

Commit c77e830

Browse files
Update web.config
1 parent 2340164 commit c77e830

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
</appSettings>
6969
<system.web>
7070
<httpRuntime targetFramework="4.5" />
71+
<customErrors mode="Off" /><!-- in release mode, block this dev mode setting -->
7172
<compilation debug="true" targetFramework="4.5" />
7273
</system.web>
7374
<system.webServer>
@@ -122,4 +123,4 @@
122123
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
123124
</providers>
124125
</entityFramework>
125-
</configuration>
126+
</configuration>

0 commit comments

Comments
 (0)