Re: .NET 2.0 security features



- How do I give each user their own directory when they register on my
site?

yes

Something like www.mydomian.com/username

i guess you would url rewriting to redirect to a page like www.mydomain.com/user.aspx and dynamically figure out the username using Context.User.Identity.Name

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

- If I wanted to use my own DB tables to store user account
information, AND wanted to use the 2.0 login controls, do I need to
implement the Custom Provider?

- How do I give each user their own directory when they register on my
site?
Something like www.mydomian.com/username


.



Relevant Pages

  • Re: System.Environment.UserName
    ... Dominick Baier - DevelopMentor ... UserName instead of prompting for a username and password and ... There isn't a high need for water tight security, ...
    (microsoft.public.dotnet.security)
  • Re: Single sign on in asp.net
    ... I can not ask the user for username and password with ... the traditional uid/pwd window, which pops up when annonymous access is ... > Dominick Baier - DevelopMentor ...
    (microsoft.public.dotnet.security)
  • Re: Securing static files
    ... Dominick Baier - DevelopMentor ... they are kicked back to the login page. ... The user may log in with other credentials. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: How to determine if the logged on user is in a group
    ... Dominick Baier - DevelopMentor ... I found that you to reboot the SERVER after you create a new group and put users in it so that the new group and the users appear in the whoami list on the server. ... although he is a member of these groups. ...
    (microsoft.public.dotnet.security)
  • Re: HOWTO: Prevent Dynamic Loading of internal Types
    ... Dominick Baier - DevelopMentor ... Henning Krause ... I could get the public key from the entry assembly via ...
    (microsoft.public.dotnet.security)