Im authenticating using an SQL DB,
and using forms authentication, trying to secure
another dir. ie. /secured
The login.aspx is located in the root of the web.. rather than the secured dir.
I get the login.aspx (I created) and when I submit, it doesnt 'authenticate'. Yet, the credentials are correct.. Anyone know how I can fix this?? OR what I might wanna try?
Anyone know how to 'force' authentication via the FormsAuthentication.RedirectFromLoginPage ...?
IT just keeps bringing me back to the login.aspx..
PLEASE HELP!
and using forms authentication, trying to secure
another dir. ie. /secured
The login.aspx is located in the root of the web.. rather than the secured dir.
I get the login.aspx (I created) and when I submit, it doesnt 'authenticate'. Yet, the credentials are correct.. Anyone know how I can fix this?? OR what I might wanna try?
Anyone know how to 'force' authentication via the FormsAuthentication.RedirectFromLoginPage ...?
IT just keeps bringing me back to the login.aspx..
PLEASE HELP!