how to make sure user would not able to access the aspx page directly by manually entering the url but only through the application.
I tried useing url.referrer but as I am using server.transfer it would not work.
Please suggest and also suggest how can we disable browser back button, tried javascript on load window.history.forward(); but its now working