membership-provider
Problem with Membership.GetUser(User.Identity.Name);
I put the following algorithm into the login control event. It is fired after the user has logged in. A nuller point exception is thrown.[详细]
2023-03-09 14:21 分类:问答Writing my own Provider Class in ASP.NET
Note: I DON\'t want to write custom membership provider. I want to write my own Provider class so I can define it in web.config and access it like Membership class.[详细]
2023-03-09 06:20 分类:问答MySQL and SQL Membership Provider : Can it be set to not use ints?
I\'m setting up a new .NET MVC3 site and decided to use MySQL instead of MSSQL (mainly because I\'m poor and hosting MSSQL based sites is getting expen开发者_运维知识库sive).[详细]
2023-03-08 04:00 分类:问答ASP.NET MVC 3 - Multiple membership provider and multiple login pages
It\'s simple configure multiple providers on Web.Config and call ValidateUser for each provider respect开发者_运维技巧ively..[详细]
2023-03-07 14:47 分类:问答How do I architecture and implement custom membership provider?
I am trying to learn ASP.NET MVC. After reading through many articles on the web, I have put together a crude sample application that authenticates against an existing SQL database using custom member[详细]
2023-03-07 11:46 分类:问答using singleton pattern in custom membership provider class
I m overriding the default asp.net Membership provider and making it a singleton class? Is it the right situation to implement singleton?[详细]
2023-03-07 04:28 分类:问答ASP.NET SqlMembership Provider allow multiple users with same name
I have a web application that is kind of a hub for different companies. Each one of these companies will be allowed to manage (create/delete) its own user.[详细]
2023-03-05 18:47 分类:问答tutorial for Custom Membership and Role provider with code
i have been looking around to find some nice working example of implementing Membership and role provider. Preferably with sample code to learn from. Do you know about some page that have some nice ex[详细]
2023-03-05 13:44 分类:问答asp2 roles and membership settings in web.config
How can i set up web.config file to support user membership with roles for my mvc page with only database file as i do not have access to sql server at the moment.[详细]
2023-03-02 12:21 分类:问答implementing custom membership provider, problem with usercreate
I wanted to create a custom membership provider for my asp.net mvc application, but the number of parameters i开发者_StackOverflow社区n default CreateUser() method is not what I want. Because my User[详细]
2023-03-02 03:26 分类:问答