I am working on a site that needs to restrict access to pages and documents (.pdf, .doc, etc.) to 开发者_运维技巧registered users. We are using the ASP.NET Membership classes to do this.
I have a website in which I am migrating membership from ASP.NET services to a custom provider. I would like to migrate existing users without them needing to change their passwords.
When I create a user, they can\'t login until I go into the asp.net configuration and save them.I actually don\'t change any settings, I just press the save button and then they can login in.What I wo
I am backing up a SQL Server Express database and then restoring on anot开发者_运维知识库her machine. For some reason the asp.net membership data is not getting transferred. Do I need to do something
Edit: By Overriding the RoleProvider we were hoping to still use the same method开发者_运维百科s with our new methods. Such as Roles.GetRolesForUser(int).
I just purchased an unlimited shared hosting windows account on godaddy with 2 databases only to realise that they have a 200mb limi开发者_StackOverflow社区t on SQL Server databases. My website uses t
Sites like ebay and amazon.com Know who you are with a message like Hello, Bob. Please log in. .开发者_JAVA技巧.. but they also know you haven\'t authenticated yet for this session. What is the bes
I am trying to build an ASP.NET 3.5 website that allows users to log in and browse a couple of pages. I would like to restrict certain users to be able to view certain pages but I\'m having trouble co
In my current project, we need to authenticate users of an ASP.NET application against Active Direc开发者_如何学Ctory. I think it can be achieved using the membership provider without too much problem
Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_JAVA百科Want to improve this question? Add details and clarify the problem by editing this pos