Hi, I am working on asp.net entity framework. I want to access the pages only through login and not directly by entering the URL of the page. If user enters the URL of the page and tries to access it then he should be redirected to Login Page.
How can I do that?
I am new to ASP.NET
↧
how to redirect to login page if user directly entres URL in browser using ASP.NET
↧