i've been asked to alter a website and make it a secure site, something i've not had to do before and i'm getting lost, can anyone point me to a good guide on how to set the following up / if it's possible:
currently the site is windows hosting, IIS, asp website, we have a sql server with a table of users in it (firstname/surname/username/password/etc) and the http site has a basic login.asp form page asking the user for a username and password which it then checks against the table and redirects to either a "confirmed" page or a "bog off" page.
if i buy an ssl certificate for the site i can then use https://www.mysite.com/login.asp and it'll pop up a login password box right?
where do i put the usernames and passwords for that login box?
is it possible to make the ssl login box refer to the pre-existing sql username table for this, letting people in if they exist?
cheers
currently the site is windows hosting, IIS, asp website, we have a sql server with a table of users in it (firstname/surname/username/password/etc) and the http site has a basic login.asp form page asking the user for a username and password which it then checks against the table and redirects to either a "confirmed" page or a "bog off" page.
if i buy an ssl certificate for the site i can then use https://www.mysite.com/login.asp and it'll pop up a login password box right?
where do i put the usernames and passwords for that login box?
is it possible to make the ssl login box refer to the pre-existing sql username table for this, letting people in if they exist?
cheers
