Protect some pages from direct access ASP.NET
- by AZIRAR
Hey,
I have a ASP.NET page called admin.aspx that needs to be protected from direct access.
I want it to be accessed only when the user enter his name & password in another page called login.aspx
I'm working in ASP.NET with Visual Basic .NET 2008, and I have no idea how to do it.
Can you help me doing it ?