membership-provider
ObjectDisposedException thrown everytime a "User" (membership) object is updated
I am using asp.net mvc 3, entity framework with structure map for IoC. I have my own custom membership provider.[详细]
2023-03-19 10:30 分类:问答Error When Creating User - ASP.NET System.Web.Providers
I\'m using the new ASP.NET Universal Providers as described at this Hanselman blog post comment: I can get it wired up to authenticate using the following:[详细]
2023-03-19 09:59 分类:问答Asp.net Web Site Administration Tool with SqlCeMembership
I am developing an application in MVC 3. I installed this provider via Nuget . Basically, it allows to use any part of memberships, rules and profiles with a .sdf (compact) database.[详细]
2023-03-18 18:48 分类:问答PasswordRecovery and a MembershipPasswordException problem
I have a PasswordRecovery control in my site. I have my own customized class implementing MembershipProvider.[详细]
2023-03-18 04:14 分类:问答Using System.Web.Providers with Sql Compact
Following the article shanselman i\'m trying to use \"System.Web.Providers\" so you can use memberships, rules and profiles with Sql Server Compact.[详细]
2023-03-18 02:09 分类:问答user logged out frequently (Default Membership provider)
I have asp.net mvc 3 site deployed on shared hosting. My problem is that my site frequently logged out user automatically after 5 to 10 min. Although i have set the time to 200 min in web.config and a[详细]
2023-03-17 13:05 分类:问答Ninject MVC3 ASP.NET CustomMembershipService with Sqlite Setup
I ran into a problem configuring a custom asp.net membership service. I\'ve got an annoying message on application startup when binding modules, here it is :[详细]
2023-03-17 03:43 分类:问答Logout member on browser close
How can I configure my membership prov开发者_StackOverflowider to not use persistent cookies (i.e. to ensure that the member is logged out when the browser is close)?That\'s the default behavior of th[详细]
2023-03-14 09:52 分类:问答How to get the default asp.net membership provider name?
How 开发者_如何学JAVAcan I get the default asp.net membership provider name from code (C#)?Use Membership.Provider.Name this will return the name used in web.config file[详细]
2023-03-14 06:12 分类:问答Is it possible to use login status control without the membership provider?
I have a login page and i have 开发者_StackOverflow中文版 not used the login controls in asp.net ... Can i still use the login status control? If yes how do i use it plzz help[详细]
2023-03-12 17:46 分类:问答