History
| DeltaMind SSLSwitchSecure and encrypted data transfer is mandatory when transferring sensitive, individual-related data in business applications. The DnnSSLSwitch module permits SSL encryption in a transparent, centrally configurable way and can be applied to every DotNetNuke page. SSL encryption can be defined for each TabID and optionally by specifying further parameter conditions. With this approach, SSL can also be applied to any existing DotNetNuke module. The BusinessPack modules DnnFlexiShop, DnnRegistration and DnnLogin can use SSL encrypted transfer in conjunction with DnnSSLSwitch. CompatibilityDnnSSLSwitch is implemented as a HttpModule and works with DotNetNuke 3.*, 4.0.* and 4.*, supporting both .Net 1.1 and .Net 2.0. InstallationGeneral module installation instructions for the DeltaMind Business Pack modules are described in the PAModuleInstallation or SourceCodeInstallation section. This module also requires the following web.config settings to work properly: DotNetNuke Version 3.*, 4.0.*, 4.*
...
<!-- *** BEGIN: dnnSSLSwitch *** -->
<add key="SSL_Tabs:www.myurl.de/cms" value="106,107,109" /> <!-- Pages with these TabIDs will bee SSL encrypted -->
<add key="SSL_TabCondition:109" value="tabref=login" />
<!-- *** END: dnnSSLSwitch *** -->
</appSettings>
...
...
<!-- *** BEGIN: dnnSSLSwitch *** -->
<add name="SSLSwitch" type="DeltaMind.DNN.HttpModules.SSLSwitchModule, DeltaMind.DNN.HttpModules.SSLSwitch" />
<!-- *** END: dnnSSLSwitch *** -->
</httpModules>
...
| DotNetNuke Community-Wiki
Eine Wiki Kurzanleitung findet sich unter QuickReference. Zum üben und ausprobieren bitte die PlayPage benutzen. Recent Topics | ||||||||||||||||||||||||||||||