password protected folders

Discussion in 'ASP.NET 2.0' started by cae, Jun 11, 2007.

  1. cae

    cae

    What is the best way using asp.net 2 / Expression Web to set up password protected folders and give diffrent user names and password to each for assign user to log in only to that folder (like apssword ftp sites for specific users)
    Thanks.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    There are couple ways to do this

    1) Use ASP.NET membership provide to secure your web application

    OR

    2) Use NTFS permission to secure. You can have up to 3 windows users per account. You can configure the permission using the permission manager in the contro panel.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. cae

    cae

    Bruce:

    Thankls for your reply. I did not to do #2 as it says frontpage extensions may create problems and it has limitation of 3 more password. It should be a way to do this with Expresion Web with no restrcition. By the way, where can I sign/ get more info about ASP memebership. Thanks.
     
  4. Bruce

    Bruce DiscountASP.NET Staff

Share This Page