mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
9 lines
396 B
XML
9 lines
396 B
XML
<?xml version="1.0"?>
|
|
|
|
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
|
<!-- system.web>
|
|
<machineKey xdt:Transform="Remove" />
|
|
<machineKey xdt:Transform="Insert" validationKey="AutoGenerate" decryptionKey="AutoGenerate" validation="SHA1" decryption="AES" />
|
|
</system.web -->
|
|
<system.web.extensions xdt:Transform="Remove" />
|
|
</configuration> |