protecting non .aspx pages with Asp.net Membership provider
        Posted  
        
            by Dave
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dave
        
        
        
        Published on 2010-04-21T20:22:28Z
        Indexed on 
            2010/04/21
            20:23 UTC
        
        
        Read the original article
        Hit count: 331
        
ASP.NET
|membership-provider
I'm currently using the asp.net membership provider (with logins stored in db) to protect certain pages of my site. However, I also have non .aspx resources I wish to protect - word docs, excel spreadsheets, pdfs, etc. Is this even possible? If so how would I go about doing this?
thanks!
© Stack Overflow or respective owner