Re: How to set SSL to specific web page
From: Sparky Polastri (jafiwam_at_MuNGEDyahoo.com)
Date: 09/16/05
- Next message: Pat [MSFT]: "Re: CGI Problem on MS IIS 5.0 - Trying to access files on other machines"
- Previous message: paulp: "Re: CGI Problem on MS IIS 5.0 - Trying to access files on other machines"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 16 Sep 2005 13:04:21 -0500
"EDA" <EDA@discussions.microsoft.com> wrote in message
news:9789A656-17DE-4C68-9887-A45F044E0C9D@microsoft.com...
>
> Hi,
>>
>> Is it possible to implement in SSL in specific web page. Can you give
>> a details or example..
>> Is really require separate virtual directory for secured and unsecured
>> pages.
>>
>> Thanks & Regards
>> Edayachandran.V
>
HTTP vs HTTPS is a function of the request coming to the server from browser
so you sort of have to trick the user into requesting in HTTPS.
You can link with an absolute link using HTTPS.
You can use the "properties" of the file or folder to make IIS only accept
HTTPS requests (if the user doesn't they'll get an error) Some users then
use the custom errors feature to redirect the user back to the file or the
home page in HTTPS.
Or you can use a redirect script using ASP to switch to HTTPS mode on
individual files.
(one way to do it:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q239875)
There are others using other languages...
- Next message: Pat [MSFT]: "Re: CGI Problem on MS IIS 5.0 - Trying to access files on other machines"
- Previous message: paulp: "Re: CGI Problem on MS IIS 5.0 - Trying to access files on other machines"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|