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:

http://localhost:52294/

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

Popular posts from this blog

apache - setting document root in antoher partition on ubuntu -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -

Process 'command 'F:\android-sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1 -