Surely nobody on their dev machines has the "trust" node in their web.configs any more, no more need to transform that one (gave warning during build.bat)
This commit is contained in:
@@ -102,8 +102,6 @@
|
||||
<add assembly="System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" xdt:Locator="Match(assembly)" xdt:Transform="Insert" />
|
||||
</assemblies>
|
||||
</compilation>
|
||||
<!-- We no longer support medium trust so just remove it -->
|
||||
<trust xdt:Transform="Remove" />
|
||||
|
||||
<httpHandlers>
|
||||
<add path="GoogleSpellChecker.ashx" xdt:Transform="Remove" xdt:Locator="Match(path)" />
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
-->
|
||||
|
||||
<system.web>
|
||||
<trust xdt:Transform="Remove" />
|
||||
<globalization xdt:Transform="Remove" />
|
||||
<trace enabled="false" xdt:Transform="SetAttributes(enabled)" />
|
||||
<customErrors mode="RemoteOnly" xdt:Transform="SetAttributes(mode)">
|
||||
|
||||
Reference in New Issue
Block a user