codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  Problems in SSL Implementation  amitvps at 08:57 on Tuesday, November 28, 2006
 

One of the main problems in implementing the SSL is navigation between Secure and Non-Secure pages. If we navigate from Non-Secure page to any Secure page we have to use prefix "https://"

in URL and similarly if we navigate from a Secure page to any Non-Secure page we have to use "http://"
("s" is removed) in URL. And the condition is worse when you don't know secure pages during the development or the scope of secure pages varies after the development of the website. To address these problems I have created a DLL which is very easy to implement. If anybody is interested please let me know.
Note: Developed DLL works with ASP.NET applications.

Thanks!

<Added>

One of the main problems in implementing the SSL is navigation between Secure and Non-Secure pages. If we navigate from Non-Secure page to any Secure page we have to use prefix "https://" in URL and similarly if we navigate from a Secure page to any Non-Secure page we have to use "http://" ("s" is removed) in URL. And the condition is worse when you don't know secure pages during the development or the scope of secure pages varies after the development of the website. To address these problems I have created a DLL which is very easy to implement. If anybody is interested please let me know.
Note: Developed DLL works with ASP.NET applications.

Thanks!









CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums
//








Recent Forum Threads
•  Date script issues
•  perl script help needed
•  onChange issue
•  perl remote execution
•  Chat application
•  How to send multiple perameters in SOAP request.
•  Java code for Insert picture on the table in spreadsheet
•  Re: Problem with concatenation
•  how to genrates the crystal report by sending a id at runtime


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2007