asp.net logged in

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • freakymitra
    New Member
    • Feb 2008
    • 1

    asp.net logged in

    Hi,
    I have programmed a site using asp.net (vs 2005). In that i placed a login panel. from where my clients can logged in check their ongoing work.

    i uploaded clients all data on root in ftp. By which if u dirctly type url of client pages, it comes.

    i dont know how to block a user from direct access of url.

    He should ask for login in, if he go through direct url.

    i just want to protect that clients folder, which on root.

    Plz solve this little query.

    freakymitra.
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    This is fairly easy, specify default login page for the site and give the client a role to access the folder:
    ASP.NET 2.0 Membership, Roles, Forms Authentication, and Security Resources

    Comment

    Working...