473,327 Members | 2,007 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

ASP.NET and Secure Socket Layer

Hello,

Is there anywhere on the net a simple step-by-step guide how to implement
SSL with ASP.NET? My Internet provider enables this feature and I would like
to use it to authenticate users on my WebForms.

Thanks,
Leszek Taratuta
Nov 18 '05 #1
4 3218
"Leszek" <ta******@5thbusiness.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hello,

Is there anywhere on the net a simple step-by-step guide how to implement
SSL with ASP.NET? My Internet provider enables this feature and I would like to use it to authenticate users on my WebForms.


Not sure what you mean - should you not just be able to just prefix https in
the URL, and just go? This normally is all handled by the web server
software (such as IIS), and there certainly is no webform interaction
necessary.

R.
Nov 18 '05 #2
That's great!
I thought I need to do some changes to my webforms or the code.

Thanks,
Leszek Taratuta

"Richard K Bethell" <so*****@spammingisevil.bad> wrote in message
news:#r**************@tk2msftngp13.phx.gbl...
"Leszek" <ta******@5thbusiness.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hello,

Is there anywhere on the net a simple step-by-step guide how to implement SSL with ASP.NET? My Internet provider enables this feature and I would like
to use it to authenticate users on my WebForms.


Not sure what you mean - should you not just be able to just prefix https

in the URL, and just go? This normally is all handled by the web server
software (such as IIS), and there certainly is no webform interaction
necessary.

R.

Nov 18 '05 #3
Hi Leszek,

Firstly I want to thank Richard for his great help in this issue.

Based on my research and experience, the following articles are useful to
you.

INFO: Help Secure Forms Authentication by Using Secure Sockets Layer (SSL)
http://support.microsoft.com/default...b;en-us;813829
"...
By default, the cookie that contains the forms authentication ticket is not
secured when you use forms authentication in a Microsoft ASP.NET Web
application. This article describes how to help secure forms authentication
by using Secure Sockets Layer (SSL)..."

INFO: Building Secure ASP.NET Web Applications Guide
http://support.microsoft.com/default...b;en-us;330246
"...
How To: Set Up SSL on a Web Server
..."

I hope it helps.

Best regards,

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 18 '05 #4
the only thing you probably need to do is check if your
secure pages have been accessed using HTTPS and not HTTP.
if they're accessed by HTTP you probably should redirect
to HTTPS...

something like this

if(!Request.IsSecureConnection) Response.Redirect
("https://www.mysecuresite.com");

-----Original Message-----
That's great!
I thought I need to do some changes to my webforms or the code.
Thanks,
Leszek Taratuta

"Richard K Bethell" <so*****@spammingisevil.bad> wrote in messagenews:#r**************@tk2msftngp13.phx.gbl...
"Leszek" <ta******@5thbusiness.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
> Hello,
>
> Is there anywhere on the net a simple step-by-step
guide how to
implement > SSL with ASP.NET? My Internet provider enables this
feature and I would like
> to use it to authenticate users on my WebForms.
Not sure what you mean - should you not just be able to just prefix httpsin
the URL, and just go? This normally is all handled by

the web server software (such as IIS), and there certainly is no webform interaction necessary.

R.

.

Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Sarah Tanembaum | last post by:
I was wondering if it is possible to create a secure database system using RDBMS(MySQL, Oracle, SQL*Server, PostgreSQL etc) and web scripting/programming language(Perl, PHP, Ruby, Java, ASP, etc)...
18
by: Anchorman | last post by:
I have no idea where to start on this. We have a need to allow our users to enter Credit Card #'s on a web page, so we need a secure page (have the little lock at the bottom of the browser) in...
4
by: Just | last post by:
Hi everybody I was wondering if it is possible to use SendTo to send a whole IP package including header to another IP than specified in the package. Say I have a complete package and in it...
2
by: Charles A. Lackman | last post by:
Hello, I have a web site that has a single page secured using SSL. This page also has Flash Macromedia header on it, Does this cause a conflict? When you visit the site it says, "This page...
15
by: nephish | last post by:
hey there, i have a script that waits for message packets from a data server over a socket. it goes a little like this: while 1: x+=1 databack = sockobj.recv(158) if databack:
0
by: Gunawan | last post by:
I would like to know how to user secure socket layer while transmiting user password when we use membership function. I knew there is RequireSSL parameter but I don't have any idea how to combine...
0
by: Holly | last post by:
I copied this code that works to connect into Unix. I am looking for a way to get it to work with a secure Unix box. Anyone have any insights on how to do this? I am trying to build an sftp...
0
by: amitvps | last post by:
Secure Socket Layer is very important and useful for any web application but it brings some problems too with itself. Handling navigation between secure and non-secure pages is one of the cumbersome...
6
by: White Spirit | last post by:
I have the following code to send a packet to a remote socket and receive a response in return: System.Net.Sockets.Socket locSocket = new System.Net.Sockets.Socket (AddressFamily.InterNetwork,...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.