We have a website with a section restricted to members only. They log in and can view the website. Some of the information is stored on another server. We want that information to ONLY be accessible
what\'s the best? use a profile table to store information that\'s not present in membership table (like country, age, etc.), or customize 开发者_开发技巧a membership?
I am pla开发者_如何学编程nning to use ASP.NET MVC2 implemented membership system to manage users. Database that uses application should have tables that are related with these users. Is it possible to
Is there a quickstart application sample that demonstrates using t开发者_Python百科he Login controls, roles, profile and uses best practices?Find following links useful
I know this seems to be a very basic questions but I can\'t figure out how to give the textbox the focus on Page开发者_JAVA技巧Load.
How can I get userID and roleID of user that is logged to application? User.Identity doesn\'t contain the开发者_运维技巧se details?
I cannot log in using any of the membership accounts using .net 4.0 version of the app. It fails like it\'s the wrong password, and FailedPasswordAttemptCount is incremented in my_aspnet_membership ta
We have load balancing set up on out two web server, however, a few users are being asked to login when they are being re-directed to a particular server to upload a document (we are trying to keep al
I\'m wonder how i can get the userid just after i validate. Is there another method i can use to login than
I have an ASP.Net Web site using .Net Membership with a SQL Server provider, so the users and roles are stored in the SQL tables created by Aspnet_regsql.exe.