G
Guest
I'm having issues with logging into my application after moving it from the
development server to the live IIS server.
Things I've already done:
1) I made sure that I have applicationName set as stated in your post. If I
use a username and password of someone within my aspnet_Users table, I don't
get the message that "Your login attempt was not successful. Please try
again." I get redirect back to the login page without any messages, etc.
I view the application log and I do not get any errors when trying to log in.
2) I added the <clear/> element and I still get the same problem.
3) If I look in the table aspnet_membership table, the column LastLoginDate
shows the date and time of my login attempt which means that it was form
authenticated, it just not sending me to destination page after a login.
Since it is showing that I'm logged in and that explains why it's not giving
me the message "Your login attempt was not successful. Please try again."
Any help you could provide would really help me.
Thanks in advance
KT
development server to the live IIS server.
Things I've already done:
1) I made sure that I have applicationName set as stated in your post. If I
use a username and password of someone within my aspnet_Users table, I don't
get the message that "Your login attempt was not successful. Please try
again." I get redirect back to the login page without any messages, etc.
I view the application log and I do not get any errors when trying to log in.
2) I added the <clear/> element and I still get the same problem.
3) If I look in the table aspnet_membership table, the column LastLoginDate
shows the date and time of my login attempt which means that it was form
authenticated, it just not sending me to destination page after a login.
Since it is showing that I'm logged in and that explains why it's not giving
me the message "Your login attempt was not successful. Please try again."
Any help you could provide would really help me.
Thanks in advance
KT