|
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!
|
|
|
|
|
|
|
// |