Feb 14, 2006 #1 dhar2611 Programmer Joined Jan 4, 2006 Messages 23 Location AU Hi Guys, I am new to this section. Can you please give me a step by step guide on How to use SSL with ASP? Help would greatly appreciated. Thanks Dave
Hi Guys, I am new to this section. Can you please give me a step by step guide on How to use SSL with ASP? Help would greatly appreciated. Thanks Dave
Feb 14, 2006 #2 Sheco Programmer Joined Jan 3, 2005 Messages 5,457 Location US SSL happens before ASP.... between the browser and IIS. It really shouldn't impact your ASP pages at all beyond perhaps changing <a> tags in the HTML so that your href values are https:// instead of http:// The link below is a microsoft.com page that has step by step instructions for configuring IIS 5 to use SSL: http://www.microsoft.com/windows200...indows2000/en/server/IIs/htm/core/iisslsc.htm Upvote 0 Downvote
SSL happens before ASP.... between the browser and IIS. It really shouldn't impact your ASP pages at all beyond perhaps changing <a> tags in the HTML so that your href values are https:// instead of http:// The link below is a microsoft.com page that has step by step instructions for configuring IIS 5 to use SSL: http://www.microsoft.com/windows200...indows2000/en/server/IIs/htm/core/iisslsc.htm
Feb 15, 2006 #3 DotNetGnat Programmer Joined Mar 10, 2005 Messages 5,548 Location IN some more links: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q239875http://support.microsoft.com/default.aspx?scid=kb;en-us;195192http://www.howtodothings.com/computers-and-technology/a1017-How-to-force-ASP-pages-to-use-SSL.html -DNG Upvote 0 Downvote
some more links: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q239875http://support.microsoft.com/default.aspx?scid=kb;en-us;195192http://www.howtodothings.com/computers-and-technology/a1017-How-to-force-ASP-pages-to-use-SSL.html -DNG