This topic is locked

Secured Page

3/13/2004 9:10:40 PM
ASPRunnerPro General questions
author

Let's assume I have done with building my asp pages.

Now, I am going to upload the files and databse to my isp server.
Does is matter to have linux server or microsoft server?

How do I do this and how to make it so that when user log on, they will be log on into the secured pages (https://). What files are uploaded at what directories?

How to make sure no one can steal the database and the information stored in the database.
Thanks,

Sergey Kornilov admin 3/14/2004

You Web server should be running Microsoft Windows.
The best way is to put your database file to a folder outside of WWW root (to make it unaccessable through HTTP). You don't need to use HTTPS in this case. Just do not forget to adjust connection string if you put database to another folder.