SSLModule
Download
In your web.config file, you must add a section like this:
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="ssl" type="GLC.Tools.Configuration.XmlSerializerSectionHandler, GLC.Tools" />
</configSections>
<ssl type="GLC.Tools.Modules.SSLConfig, GLC.Tools" maintainPath="true" warningBypassMode="always" mode="on">
<directory path="~/Secure/" secure="secure" ignoreCase="true" />
</ssl>
</configuration>
...
</configuration>
<system.web>
<httpModules>
<add name="SSLModule" type="GLC.Tools.Modules.SSLModule, GLC.Tools" />
</httpModules>
...
</system.web>
This will rewrite the a path like http://yoursite.com/Secure/File.aspx to https://yoursite.com/Secure/File.aspx
Contact us today! Free consulting with no obligation.