my custom authentication doesn't seem to be working. when i signup the db record is created but i stay on the login page (albeit with the redirected page in a querystring)
logging in does same thing, just reshows login page and a debug doesnt seem to hit the validateuser method in my authentication module.
the settings in web.config are correct as this was working at one point.
the loggedin property is true on signup but not set on login so i can see they are different issues but resulting in same problem.
any ideas what im doing wrong?
...
Go to the complete details ...