This topic is locked

Logging In Issue

11/9/2006 3:12:20 AM
ASPRunner.NET General questions
G
gregmartin author

I've created a small demo with the trial edition, using the VB.NET and .NET 1.1 edition. I've attached a users table and tried logging in, but clicking the login button does not action anything.
I've tried the same with hardcoding a username and password and this is the same, no action is performed against the form. Any ideas?
I've also be trying ASPRunner 4.0 ( non .NET ), and the above functions work perfectly.
Thanks,

Greg

Eugene 11/9/2006

did you change login.aspx.vb manually?

Please, ensure that the string

Private Sub cmdLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdLogin.Click

contains Handles cmdLogin.Click