Browse by Tags

Related Posts

  • Hey there, got a little problem... oh and I'm new

    Hey everyone I'm working on a chat made in asp.net right now, but I got a little problem. I took the basic code for the chat from here <a href="http://blogs.msdn.com/coding4fun/archive/2007/03/01/1785048.aspx">chat</a> so I could see how it works and then I would add my own...
    Posted to Web Forms (Forum) by Monoko on 06-06-2009, 12:00 AM
    Filed under: problem, users, application, asp .net, function, Global.asax, help, HttpContext, chat
  • Cannot create users or roles

    Hi, I am using Visual Web Developer 2008 Express and have installed MySQL Connector/Net 5.2.5.0. I am using Windows Vista Business 32bit. I have used this article http://blog.nolanbailey.com/2008/03/08/mysql-aspnet-membership-and-role-provider/194 (and several others) to properly setup my web.config...
    Posted to MySQL (Forum) by jimbojonesowns on 11-20-2008, 12:00 AM
    Filed under: mysql connector, roles, users, visual web developer 2008 express, .net 3.5
  • Strange problem of newly added roles not being able to log in (custom membership provider)

    Hi, I am having a very frustrating problem! When I add a new role and user to my ASP.NET membership scheme, it is not being granted access to the secure section of my site. I don't get any error messages, the page seems to flicker like it is refreshing, and the login boxes just go blank. It does...
    Posted to Security (Forum) by magicjoef on 10-10-2008, 12:00 AM
    Filed under: users, custom membership, log in, Membershipship, roles
  • Deleting Users through a webform

    Hi, I have a create user wizard to allow for the creation of new users on my site. I have also built an admin area on the site to manage various bits and pieces, but I can't work out how I can delete users. I thought I might be able to do it using gridview, but when I try and turn on Insert, Update...
    Posted to Security (Forum) by magicjoef on 09-14-2008, 12:00 AM
    Filed under: users, delete, memberships
  • 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
  • User details. Class? Linq?

    I'm trying to find out the best way to store and use a users details. For many years I have authenticated a username and password against a DB and then put the UserID in session("UserID") and then use that to call stored procs when I needed to get any user details. Obviously the session...
    Posted to Security (Forum) by shaun2793 on 04-09-2008, 12:00 AM
    Filed under: users, linq
  • 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
  • Windows authentication: Storing additional user information?

    I am using Windows Authentication and I want to store additional user information associated with each user. I know I can use Profiles, but because of their denormalized nature it makes it harder to perform queries based on the additional information. I want to do something like what is described in...
    Posted to Security (Forum) by tmpuzer on 03-24-2008, 12:00 AM
    Filed under: Profiles, users, windows authentication, aspnet_Users
  • Secure Access to edit_file.aspx on Hosted Web

    Can an old dog learn new tricks? First experience with asp.net, edit_file.aspx. I'v spent 3 days reading everything I could find. It's way over my head. I want to secure the (root) subfolder with "Web.Config" and (to start with) "SHA1" the password. I am on a hosted web site...
    Posted to Security (Forum) by iseeuu on 11-19-2007, 12:00 AM
    Filed under: query string, sha1, user login controls, UserName, users, authentication, Authorization, Forms authentication, FormsAuthentication, HashPasswordForStoringInConfigFile, godaddy, Web.config, login control, ASP.NET Authentication, User.Identity.IsAuthenticated, Access, FormsAuthentication authorization web.config
Page 1 of 3 (30 items) 1 2 3 Next >