Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > IIS http to -> https via login page ?

Reply
Thread Tools

IIS http to -> https via login page ?

 
 
Frank Miverk
Guest
Posts: n/a
 
      03-18-2007
Hi all,

Here's my situation:

I have a public website that is wide open via http:

Home
Products
News
Login
.... etc

Then I have a secure area:
Members only
More members only
etc...

Under IIS, I have a virtual directory for the secure area, with an SSL cert.

My question is, how do I make the transition from http -> https after a user
logs in?

Thanks for any tips.
Frank



 
Reply With Quote
 
 
 
 
Mark Rae
Guest
Posts: n/a
 
      03-18-2007
"Frank Miverk" <> wrote in message
news:45fccbaf$0$17191$...

> My question is, how do I make the transition from http -> https after a
> user logs in?


For this sort of functionality, I use this:
http://www.codeproject.com/aspnet/We...select=1927018

Been using it since ASP.NET 1.x, and never had a single problem with it...


 
Reply With Quote
 
 
 
 
kierenj@gmail.com
Guest
Posts: n/a
 
      03-19-2007
On 18 Mar, 05:18, "Frank Miverk" <franky...@YAHOO.com> wrote:
> Hi all,
>
> Here's my situation:
>
> I have a public website that is wide open via http:
>
> Home
> Products
> News
> Login
> .... etc
>
> Then I have a secure area:
> Members only
> More members only
> etc...
>
> Under IIS, I have a virtual directory for the secure area, with an SSL cert.
>
> My question is, how do I make the transition from http -> https after a user
> logs in?
>
> Thanks for any tips.
> Frank


I think one of the whole points of HTTPS is so login details are
encrypted. Why would you want to transmit the login details over
regular HTTP but then protect the regular traffic?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
https authentication & storing https page in string Naveen Dhanuka Ruby 1 09-19-2007 02:05 PM
Membership Services, Login and http/https =?Utf-8?B?YmpvaG5zMzM=?= ASP .Net 1 02-01-2006 11:18 PM
Login in HTTPS and redirect to HTTP using Forms Authentication Alfredo Barrientos ASP .Net 0 08-31-2005 09:31 PM
making a login page which shud lead to a https page ? sneha shetty via .NET 247 ASP .Net Security 0 05-15-2005 11:56 AM
Switching between http and https popping up a login box Tony Wright ASP .Net Security 0 05-28-2004 12:24 AM



Advertisments