|
Subject:
|
Https in VB.Net
|
|
Posted By:
|
Skb
|
Post Date:
|
12/12/2006 4:56:12 AM
|
|
How can i use HTTPS in a vb.net web application. And i want only one HTTPS page. Remaining pages are HTTP only.
|
|
Reply By:
|
dparsons
|
Reply Date:
|
12/12/2006 8:38:30 AM
|
You need to install SSL on your server which requires that you purchase a Security Certificate to install as well. Do a search on google and it should yeild you decent articles on how to set this up. (Security Certificates, by and large, aren't cheap.)
------------------------- I will only tell you how to do it, not do it for you. Unless, of course, you want to hire me to do work for you.
^^Thats my signature
|
|
Reply By:
|
Skb
|
Reply Date:
|
12/12/2006 8:47:09 AM
|
Thank u very much..
I can purchase it from Verisign rite ?? Or any other vendors are there ?
|
|
Reply By:
|
Skb
|
Reply Date:
|
12/12/2006 8:48:19 AM
|
After that how can I make a prticular page as HTTPS page ??
|
|
Reply By:
|
dparsons
|
Reply Date:
|
12/12/2006 9:05:25 AM
|
Once you get SSL setup and the security cert installed just reference the page with HTTPS:// this will cause the page to run over your SSL.
And yes, Verisign sells security certificates.
------------------------- I will only tell you how to do it, not do it for you. Unless, of course, you want to hire me to do work for you.
^^Thats my signature
|
|
Reply By:
|
Skb
|
Reply Date:
|
12/12/2006 11:56:01 PM
|
Thanks....
Is it possible to have some pages in HTTPS and some pages in HTTP in a single application ??
|
|
Reply By:
|
dparsons
|
Reply Date:
|
12/13/2006 8:31:58 AM
|
Yes.
------------------------- I will only tell you how to do it, not do it for you. Unless, of course, you want to hire me to do work for you.
^^Thats my signature
|