HighTechTalks DotNet Forums  

SSL and ASP.net questions

ASP.net Security microsoft.public.dotnet.framework.aspnet.security


Discuss SSL and ASP.net questions in the ASP.net Security forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Cliff Harris
 
Posts: n/a

Default SSL and ASP.net questions - 09-26-2003 , 10:36 AM






I have a couple of SSL questions.
First:
If I would like to protect my entire website by ensuring that all pages are
accessed using SSL (https://)
How would I force that? Would that be an ASP.net config thing, or a
configuration in IIS?

Second:
If I would only like specific pages protected using SSL, but I do _not_ want
to lost my session between
secure and unsecure requests, is there a way to do that? Can it be
accomplished using Server.Transfer or
something?

Oh, and if possible, .Net 1.0 answers would be helpful, but 1.1 is ok too

Any help would be appreciated. THanks

-Clint



Reply With Quote
  #2  
Old   
Johan Normén NSQAURED2
 
Posts: n/a

Default SSL and ASP.net questions - 09-26-2003 , 11:03 AM






Hi,

First off all, you need to setup the SSL option in IIS,
and also create one certificate for this.
Then let the peoples download and install this
Certificate on there server. You can buy one certificate
that is compatible with one of them in IE.
Second:
No you can't get your sessions in the different modes.
What I remember, I'm not sure how the InProc mode work,
Se Session settings in Web.Config,
But you can jump from SSL secure pages to none SSL secure
pages without any problem.

JN

Quote:
-----Original Message-----
I have a couple of SSL questions.
First:
If I would like to protect my entire website by ensuring
that all pages are
accessed using SSL (https://)
How would I force that? Would that be an ASP.net config
thing, or a
configuration in IIS?

Second:
If I would only like specific pages protected using SSL,
but I do _not_ want
to lost my session between
secure and unsecure requests, is there a way to do
that? Can it be
accomplished using Server.Transfer or
something?

Oh, and if possible, .Net 1.0 answers would be helpful,
but 1.1 is ok too

Any help would be appreciated. THanks

-Clint


.


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.