Protect some pages from direct access ASP.NET
        Posted  
        
            by AZIRAR
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by AZIRAR
        
        
        
        Published on 2010-05-24T23:05:37Z
        Indexed on 
            2010/05/24
            23:11 UTC
        
        
        Read the original article
        Hit count: 390
        
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 ?
© Stack Overflow or respective owner