Once user has been authenticated, he/she will be directed to a page.
I mean ...
FormsAuthentication.RedirectFromLoginPage(loginName, persistentState)
and
<authentication>
<forms .... ... loginUrl="login.aspx" ... />
</authentication>
I go to the browser and type login.aspx in address bar. Upon successful login, I am directed to default.aspx. Is that possible to change that
page(such as default2.aspx)? Thank you.
I mean ...
FormsAuthentication.RedirectFromLoginPage(loginName, persistentState)
and
<authentication>
<forms .... ... loginUrl="login.aspx" ... />
</authentication>
I go to the browser and type login.aspx in address bar. Upon successful login, I am directed to default.aspx. Is that possible to change that
page(such as default2.aspx)? Thank you.