Hi Experts,
I have an application with different roles like admin, arbitrator, aprover, users etc. If the user directly type a URL of the page i dont want to allow them to enter. So what i did was I gave in web.config <authentication loginUrl=login.aspx>. But after enter into the application, if he type a url of page5.aspx directly, i dont allow him to show that page. I am not sure whether he is allowed to see page5.aspx. His role may allow or may not allow him. How do i achieve this?
Is there any property which allow me to enter into Page5.asp only through another page's redirection, instead of directly typing through url.
Please give me a solution in detail.