c# - Default document ASP.NET -
my login.aspx default document, when user goes on website they'll on login.aspx url won't show that, instead show:
rather than:
http://localhost:52294/login.aspx
now when user logs out redirected login.aspx, when they're redirected url this
http://localhost:52294/login.aspx
how make when they're redirected shows http://localhost:52294/ rather additional "login.aspx" ?
would possible redirect user site root rather specifying page?
redirect "/". answers both questions.
Comments
Post a Comment