Specific Driver for SmtpSettingPart in order to encrypt/decrypt the password

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-09-02 15:32:47 -07:00
parent fcb27fdbae
commit a253985a40
6 changed files with 44 additions and 5 deletions

View File

@@ -170,6 +170,14 @@
XPath="/configuration/system.web/compilation/@debug"
Value="false" />
<XmlUpdate XmlFileName="$(StageFolder)\web.config"
XPath="/configuration/system.web/machineKey/@validationKey"
Value="AutoGenerate" />
<XmlUpdate XmlFileName="$(StageFolder)\web.config"
XPath="/configuration/system.web/machineKey/@decryptionKey"
Value="AutoGenerate" />
<XmlUpdate XmlFileName="$(StageFolder)\Config\Diagnostics.config"
XPath="/system.diagnostics/trace/@autoflush"
Value="false" />