Skip to content

Commit

Permalink
Update web.config
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudBreadPaPa committed Mar 4, 2016
1 parent 2340164 commit c77e830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web.config
Expand Up @@ -68,6 +68,7 @@
</appSettings>
<system.web>
<httpRuntime targetFramework="4.5" />
<customErrors mode="Off" /><!-- in release mode, block this dev mode setting -->
<compilation debug="true" targetFramework="4.5" />
</system.web>
<system.webServer>
Expand Down Expand Up @@ -122,4 +123,4 @@
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
</providers>
</entityFramework>
</configuration>
</configuration>

0 comments on commit c77e830

Please sign in to comment.