Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 11:40 AM
Artur Undebarrena
Guest
 
Posts: n/a
Default SSL

Hello

I want to know how to send data through forms HTML with SSL and ASP.
Which is the difference betweeen the use of ASP with and without SSL? Is
it only the https and not the http or implies another changes?

Thank you very much.

  #2  
Old July 19th, 2005, 11:40 AM
Roland Hall
Guest
 
Posts: n/a
Default Re: SSL

"Artur Undebarrena" wrote:
: I want to know how to send data through forms HTML with SSL and ASP.
: Which is the difference betweeen the use of ASP with and without SSL? Is
: it only the https and not the http or implies another changes?

Artur...

I believe the https being the protocol is relevant to the server supporting
certificates use for a secure connection. I don't think ASP is involved
here but actually works at a different layer. Have you tried it yet?.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp



  #3  
Old July 19th, 2005, 11:41 AM
Mark Schupp
Guest
 
Posts: n/a
Default Re: SSL

The only difference is that the URL needs to start with https. The
server-side code doesn't care unless you want to verify that the request is
secure (look for
Request.ServerVariables("HTTPS") = "on").

If you will be switching back and forth between https and http in your
application then you will most likely lose session variables between the 2
protocols.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com


"Artur Undebarrena" <a.undeba@terra.es> wrote in message
news:40211F08.1030909@terra.es...[color=blue]
> Hello
>
> I want to know how to send data through forms HTML with SSL and ASP.
> Which is the difference betweeen the use of ASP with and without SSL? Is
> it only the https and not the http or implies another changes?
>
> Thank you very much.
>[/color]


  #4  
Old July 19th, 2005, 11:41 AM
Bullschmidt
Guest
 
Posts: n/a
Default Re: SSL

And here's an interesting, related article:

How to Use ASP to Force SSL for Specific Pages
http://support.microsoft.com/support.../Q239/8/75.ASP

Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
http://www.Bullschmidt.com
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 

Bookmarks

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles