sqlmembershipprovider
CustomSqlMembership throws server error intermittently
I\'ve a asp.net MVC app deployed to server it uses forms authentication and uses CustomSqlMembership provider basically I\'ve not changed anything in the SqlMembershipPRovider just copied the source f[详细]
2023-04-12 13:44 分类:问答using login controls with sql server (not express)
I installed Visual Studio 2008 Professional(updated with SP1), then I uninstalled SQL server 2005 Express and installed SQL Server 2005 Standard.[详细]
2023-04-11 20:39 分类:问答Lost on membership provider
I\'m confused in the proper time to use SQLMembershipProvider vs my own custom provider. I\'m building a system where users can create accounts; and then create objects in our system. When a user logs[详细]
2023-04-09 03:28 分类:问答Use asp.net membership via LDAP
We have an intranet system that uses asp.net with the sql membership provider.We have about 400 开发者_开发技巧users setup in the intranet.These can include employees, contractors, etc.[详细]
2023-04-01 10:46 分类:问答What do the ASP.NET Universal Providers enable that the default sql providers don't?
Inside the readme file of the ASP.NET Universal providers NuGet package is this quote The SqlMembershipProvider, SqlRoleProvider, SqlProfileProvider classes that shipped in ASP.NET through version 4[详细]
2023-03-26 00:43 分类:问答Migrating from SqlMembershipProvider to Custom Provider
Here\'s the scenario: I have used default SqlMembershipProvider to implement membershp on a website. Now I\'d like to migrate to my custom membership provider. (FYI the provide I use is CodeFirst Memb[详细]
2023-03-22 06:21 分类:问答Using ActiveDirectoryMembershipProvider with SqlMembershipProvider
I want to create a web-app (a website) used in house by staff only. I want to use active directory membersip provider to authenticate users.[详细]
2023-03-21 20:36 分类:问答securing pages in a folder with user roles?
I am managing different roles pages in different folders in my application rote. Admin folder has all开发者_StackOverflow中文版 pages of admin. User has all pages of loged in user.[详细]
2023-03-16 21:44 分类:问答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 分类:问答asp.net configuration doesn't show my application name
I want to set the application name for my web app in the asp.net configuration, but nothing is working for me. It always says \"Application:/\". I have put quite a few hours into searching for an answ[详细]
2023-03-08 00:17 分类:问答