We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2340164 commit c77e830Copy full SHA for c77e830
web.config
@@ -68,6 +68,7 @@
68
</appSettings>
69
<system.web>
70
<httpRuntime targetFramework="4.5" />
71
+ <customErrors mode="Off" /><!-- in release mode, block this dev mode setting -->
72
<compilation debug="true" targetFramework="4.5" />
73
</system.web>
74
<system.webServer>
@@ -122,4 +123,4 @@
122
123
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
124
</providers>
125
</entityFramework>
-</configuration>
126
+</configuration>
0 commit comments