|
You can password-protect access to your database with ASPRunner.NET.

You can choose between two following options:
Hardcoded username and password
- all your users will use the same login/password combination.
Username and password from database
- choose this method if you store username/password combinations in
your database. In this case you need to choose database table with
passwords and fields that store usernames and passwords.
ASPRunner.NET will generate additional ASPX page named login.aspx
which contains username/password validation.
If second option is selected, you can also set Avanced
Security Settings.
Click User login settings
button to create user self-register page, password reminder, change
password pages. |