2012-07-18 04:35:30 +06:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
|
|
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
2012-11-25 08:22:07 -01:00
|
|
|
<!--
|
|
|
|
|
CAREFUL!
|
|
|
|
|
========
|
|
|
|
|
|
|
|
|
|
ONLY edit this if a certain change NEEDS to go into the config of the
|
|
|
|
|
Umbraco RELEASE version - The version that everybody will download and use
|
|
|
|
|
-->
|
2012-12-10 11:51:04 -01:00
|
|
|
|
2012-07-18 04:35:30 +06:00
|
|
|
<system.web>
|
2014-03-07 16:28:52 +00:00
|
|
|
<trust xdt:Transform="Remove" />
|
|
|
|
|
<globalization xdt:Transform="Remove" />
|
2012-12-10 11:51:04 -01:00
|
|
|
<trace enabled="false" xdt:Transform="SetAttributes(enabled)" />
|
|
|
|
|
<customErrors mode="RemoteOnly" xdt:Transform="SetAttributes(mode)">
|
|
|
|
|
</customErrors>
|
2014-02-22 16:44:02 +01:00
|
|
|
|
|
|
|
|
<membership>
|
|
|
|
|
<providers>
|
|
|
|
|
<add xdt:Transform="SetAttributes(useLegacyEncoding)" xdt:Locator="Match(name)" name="UmbracoMembershipProvider"
|
|
|
|
|
useLegacyEncoding="true" />
|
|
|
|
|
<add xdt:Transform="SetAttributes(useLegacyEncoding)" xdt:Locator="Match(name)" name="UsersMembershipProvider"
|
|
|
|
|
useLegacyEncoding="true" />
|
|
|
|
|
</providers>
|
|
|
|
|
</membership>
|
2012-07-18 04:35:30 +06:00
|
|
|
</system.web>
|
|
|
|
|
|
2014-02-22 16:44:02 +01:00
|
|
|
|
2012-07-18 04:35:30 +06:00
|
|
|
</configuration>
|