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" />
|
||||
</appSettings>
|
||||
|
||||
<connectionStrings />
|
||||
|
||||
<system.data>
|
||||
<DbProviderFactories>
|
||||
<remove invariant="System.Data.SqlServerCe.4.0"/>
|
||||
@@ -78,6 +76,8 @@
|
||||
</mailSettings>
|
||||
</system.net>
|
||||
|
||||
<connectionStrings />
|
||||
|
||||
<system.web>
|
||||
<customErrors mode="RemoteOnly" />
|
||||
<trust level="Medium" originUrl=".*"/>
|
||||
|
||||
Reference in New Issue
Block a user