Connectionstrings section used to be after mailsettings, makes merges easier
for people who are upgrading
This commit is contained in:
@@ -61,8 +61,6 @@
|
|||||||
<add key="log4net.Config" value="config\log4net.config" />
|
<add key="log4net.Config" value="config\log4net.config" />
|
||||||
</appSettings>
|
</appSettings>
|
||||||
|
|
||||||
<connectionStrings />
|
|
||||||
|
|
||||||
<system.data>
|
<system.data>
|
||||||
<DbProviderFactories>
|
<DbProviderFactories>
|
||||||
<remove invariant="System.Data.SqlServerCe.4.0"/>
|
<remove invariant="System.Data.SqlServerCe.4.0"/>
|
||||||
@@ -78,6 +76,8 @@
|
|||||||
</mailSettings>
|
</mailSettings>
|
||||||
</system.net>
|
</system.net>
|
||||||
|
|
||||||
|
<connectionStrings />
|
||||||
|
|
||||||
<system.web>
|
<system.web>
|
||||||
<customErrors mode="RemoteOnly" />
|
<customErrors mode="RemoteOnly" />
|
||||||
<trust level="Medium" originUrl=".*"/>
|
<trust level="Medium" originUrl=".*"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user