This topic is locked

ASP Runner Login Question

11/12/2008 23:35:23
ASPRunnerPro General questions
M
mccreelake author

Hello:
I am using ASPRunner 6.0 Professional with an MS SQL server database. I have designed a view in MS SQL that pulls to authentication data for my ASP Runner application login. Unfortunately, when I select this view in the security tab of the application and build the application, it will not let any of the users login. However, if I select a table that contains all the authentication data (for different applications) it will let those users login. Why is it saying "invalid login" with the view and not the table. I use encrypted passwords and have that option checked.
Thank you,
McCree

Sergey Kornilov admin 11/13/2008

If you use encrypted passwords make sure passwords in the database are encrypted.
Check this article for more info:

http://xlinesoft.com/articles/encrypt_passwords.htm

M
mccreelake author 11/13/2008

Okay, I actually just figured out that I had messed up on a primary key in one of the tables and it is working now!
Thanks!