Click to See Complete Forum and Search --> : How to implement secure connection for ASP (Https)
eric_khaw
01-10-2006, 10:41 AM
Hi, i wish to implement user login asp code and with secure connection (Https). But i have no idea how to implement it, do i need any extra component or object? Sorry i ask such silly question, because i find no clue how to achieve it. Thank you to any one view this thread!
ProWeb
01-10-2006, 11:36 AM
Hi,
You will need an SSL certificate from a company such as Verisign.com
Or if your on shared hosting ask your ISP about a shared SSL.
Thats the worst bit. Installation depends on which option you get, shared or unique.
You have a few options for security, none of then are really difficult. But sort step one out first, find out about your SSL. Then post your findings.
Bullschmidt
01-10-2006, 01:49 PM
As far as actually logging in:
Classic ASP Design Tips - Login Page
http://www.bullschmidt.com/devtip-loginpage.asp
And your Web host may have a way to use SSL with a shared certificate. Otherwise, yes you may be able to get your own SSL certificate (perhaps at www.thawte.com) and be sure you have a Web host that will install (so perhaps deal with the Web host first).