This topic is locked

Logins from Database

10/5/2004 12:06:03
ASPRunnerPro General questions
author

I have created a page with ASP runner and want to create a login

for that page. I am selecting the use database user for the login.

I have the login set up with in the database in which the page is accessing.

The login and password are correct because I can access the database through

query. When I try to use that login and password to login to the page I get an invalid login message.

Why?

Sergey Kornilov admin 10/6/2004

Gary,
I guess you confusing database security with ASPRunner security.
ASPRunner can use any database table to control access to ASP pages. This database table should contains a list of usernames and passwords. To use this security model you need to proceed to Security tab in ASPRunner and choose database table along with username and password fields. After that you can use any username/password combination from that table to logon.