Browse by Tags

Related Posts

  • Additional user info table: UserName or UserId as foreign key?

    I'm creating a separate table in a one-to-one relationship with the aspnet_Users table in order to store additional user information (instead of using the non-relational default profile system). What I'm trying to figure out is if it's better to use the username or the userid as the foreign...
    Posted to Security (Forum) by tmpuzer on 06-06-2008, 12:00 AM
    Filed under: userid, UserName, users, membership
  • Performance: Calling Membership.GetUser()?

    From time to time in my pages I need to get information about the current user. I'm using Master Pages and in my master page I display the current username so immediately I need to call Membership.GetUser() on every page load to get the current user. Then occasionally, the content pages also need...
    Posted to Security (Forum) by tmpuzer on 06-03-2008, 12:00 AM
    Filed under: users, Cache, GetUser, membership, performance
  • Gridview: Editing ASP.NET membership users?

    I want to create a gridview that allows users to edit membership/user data. I can get a list of all the users by binding the gridview to either the stored procedure "aspnet_Membership_GetAllUsers()" or to MembershipUserCollection users = Membership.GetAllUsers(). However, I'm stuck on how...
    Posted to Data Presentation Controls (Forum) by tmpuzer on 04-02-2008, 12:00 AM
    Filed under: users, membership, GridView
  • AD / ADAM authentication and IIS 6.0 (C#)

    I'm working on a solution for my employer that grabs the currently logged in user's name using a WindowsIdentity method, and compares that to an Active Directory LDAP query to get the "Title" property. If the title property matches a list of permitted titles in the code-behind, it grants...
    Posted to Security (Forum) by fivepoundunit on 08-11-2007, 12:00 AM
    Filed under: NTauthentication, SearchResult, SearchResultCollection, Security - membership, security - membership users, Security membership, System.Net.NetworkCredential nt-authentication, user, user authentication, User Identity, User Information, User.Identity.Name, UserName, users, Virtual Directory, Visual Studio, visual web developer, Web, web application project, Active Directory, authentication browsers, authentication user management forms blog, Authorization, IIS6, impersonate, impersonate impersonation web.config, impersonation, LDAP, Logged in username, membership, membership authentication, membership authentication redirect, windows authentication, windows authentication forms authentication, windows authentications, Web.config, IIS, Validation, authentication
  • Re: Your login attempt was not successful. Please try again.

    I am aso having the same problem, please read the details below. I have a standard Login ASP.NET 2.0 control on a login Page, a LoginName and LoginStatus controls on the member's page. once the user login successfully I am redirecting the user to Member.aspx page. The following is my machine configuration...
    Posted to Security (Forum) by Muder on 12-03-2006, 12:00 AM
    Filed under: users, ASP.NET 2.0, authentication authorization messages, Authentication Redirect, Authorization, FormsAuthentication, membership Provider createuser profile provider, Membership Role Provider authentication parameters, Membership Update, Web.config, IIDentity, login control, authentication, asp.net forms authentication shtml server side includes IIS, ASP.NET Membership, FormsAuthentication authorization web.config, membership
  • gridview security

    I am building an application that need to be flexible enough to hide certain pieces of information withing a page based on who the user is. More specifically, I have a gridview/formview which needs to allow certain users to edit/insert/delete information while at the same time would limit other users...
    Posted to Security (Forum) by mso789 on 11-27-2006, 12:00 AM
    Filed under: security, Security - membership, users, ASP.NET 2.0, Authorization, Membership Role Provider authentication parameters, login control, ASP.NET Membership, membership
  • Login doesn't work on website launched on local but works with visual studio

    Hello, I've started a website which works fine when I launch it with visual studio 2005 entreprise edition. But when I publish it or copy the files in the root repertory for IIS, the login page appears but even if I input the right login/password, I received the message saying I mistook and the user...
    Posted to Security (Forum) by kurisutofu on 11-14-2006, 12:00 AM
    Filed under: users, ASP.NET, ASP.NET 2.0, authentication authorization messages, FormsAuthentication, Web.config, login control, login pages, authentication, asp.net 2.0 login control aspnetdb iis problems errors, ASP.NET Membership, FormsAuthentication authorization web.config, membership
  • Duplicate user entries in aspnet_Users

    Hi, I have noticed that there are duplicates of some users in my sql database. Each pair of entries have different application IDs. For example, when I do the following, duplicate names are displayed for most of the existing users: foreach (MembershipUser user in Membership.GetAllUsers()) { DropDownList1...
    Posted to Security (Forum) by kreid on 11-10-2006, 12:00 AM
    Filed under: Profile, role, Role Provider, users, Web.config, sql Server 2005, membership
  • Pre-populating/creating large amount of users

    I'm currently trying to setup a database of users to use with my login application. I don't want each new user to have to/be able to register for an account. I'd like to have these accounts pre-setup. However, there are going to be over 1500 unique logins. How would I go about accomplishing...
    Posted to Getting Started (Forum) by JPortnoy on 10-20-2006, 12:00 AM
    Filed under: users, membership
  • (Add users to roles) problem

    i used a SQL 2000 database to host the memebership and role providers database for my application when i try to add users to the roles i created , i get the following error : "cannot resolve collation conflict for equal to operation" when i tested and tracked this error , it found out that...
    Posted to Security (Forum) by maidoo on 10-16-2006, 12:00 AM
    Filed under: role, security, users, sql Server 2005, membership
Page 1 of 2 (12 items) 1 2 Next >