Hi,when I log out from a specific page (let's say Page2.aspx), I want to redirect to Dafualt page,How can I create the condition: If ( the current URL is Page2.aspx) {response.redirect(default.aspx}Thanks. ...