|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Moving from http to https using Response.Redirect |
From: |
Hitoshi Sano |
Date: |
8/7/2000 3:22:43 PM |
IP: |
206.105.155.240 |
Im building an application on IIS 4.0 and I need to have some pages secured and some pages not secured.
In order to take advantage of the certificate Ive installed, I need to make a Response.Redirect to a login page and then use the secure https protocol instead of the http protocol.
After login, I need to move back to non secure http to avoid excess load on the system.
Ive been using response.redirects with a relative path since I wont have the complete URL to work with during development. Example: Response.Redirect("../ASP/aspfile.asp").
I realize that I can just type in the https protocol within a response.redirect but how can a switch between protocols when I only have a relative path and not a complete path?
Thank you very much.
Hitoshi Sano |
Follow Up - Re: Moving from http to https using Response.Redirect - Damon 3/7/2001 6:17:54 PM
|
|
|
|
|
|
|
|
|
|
|
|