I am new to ASPRunner. I have created a project that I want a login page for. I am using an Oracle database that has a table containing the user name and encrypted password.
If I harcode a single user I can login to the database.
However, when I try to set the login page to get the username and password from the database, I get an invalid login.
Please help!