M
Mike P
When you have authenticated a user and you call
FormsAuthentication.RedirectFromLoginPage, how does it know what is the
default page that it is supposed to redirect to? The page I want it to
redirect to upon successful login is main.aspx, but it just says that
default.aspx does not exist.
How do I change it so that it tries to redirect to main.aspx instead of
default.aspx?
FormsAuthentication.RedirectFromLoginPage, how does it know what is the
default page that it is supposed to redirect to? The page I want it to
redirect to upon successful login is main.aspx, but it just says that
default.aspx does not exist.
How do I change it so that it tries to redirect to main.aspx instead of
default.aspx?