Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > SSL

Reply
 
 
Artur Undebarrena
Guest
Posts: n/a
 
      02-04-2004
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.

 
Reply With Quote
 
 
 
 
Roland Hall
Guest
Posts: n/a
 
      02-04-2004
"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



 
Reply With Quote
 
 
 
 
Mark Schupp
Guest
Posts: n/a
 
      02-04-2004
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" <> wrote in message
news:...
> 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.
>



 
Reply With Quote
 
Bullschmidt
Guest
Posts: n/a
 
      02-04-2004
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!
 
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
"Failed set trust point in ssl context" when using SSL communication emukang Java 0 12-20-2005 04:54 PM
Response.Redirect from SSL to non SSL with port drops port. Sean Wolfe ASP .Net 1 04-28-2005 07:49 PM
SSL with backend SSL on CSS 11500 Olivier PELERIN Cisco 0 08-30-2004 08:30 PM
How to imbed non-SSL links within SSL pages without using code CW ASP .Net 2 05-02-2004 01:40 PM
From non-ssl area to ssl ara with a virtual href path? 620 ASP .Net 2 01-06-2004 09:58 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57