asp.net-membership
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 分类:问答Getting own EF 4.1 Code First classes to work with .NET Membership
I am working on a simple web application that is built with EF 4.1 Code First and MVC3. My Domain Model sits in a project outside the MVC3 project.[详细]
2023-04-09 01:26 分类:问答Need to authenticate users through a WCF service that is connected to a database
I\'m getting increasingly frustrated with doing the authentication right. Usually I\'m using terms that I\'m not familiar with so answerers misunderstand my questions. Its not helped bu the fact that[详细]
2023-04-09 00:38 分类:问答Creating Membership DB (ASPNETDB) on remote server?
I\'m building a web application which soon I\'ll be promoting to production. This application has a login screen, as you know I used the integrated DB for developing. Now I want to move this database[详细]
2023-04-08 21:42 分类:问答EF 4.1 Update 1 Code First + ASP.NET Membership Provider
I watc开发者_如何学Ched the “Creating immersive data experiences with Entity Framework “ video from this year’s BUILD conference and wanted to build out a simple application to test out the new fea[详细]
2023-04-08 21:07 分类:问答500.19 Error from custom MembershipProvider
I have written a custom Membership Provider and Role Provider and locally these work great.They are pulling all the correct data and writing correctly.[详细]
2023-04-08 15:23 分类:问答Custom Membership Provider or Profile Provider in mvc asp.net
I\'m venturing into the world of asp.net mvc. I have not yet understood whether it makes sense to use a custom Membership Provider or use the开发者_JAVA技巧 Profile provider for the user management?Me[详细]
2023-04-08 13:12 分类:问答Creating a trigger on aspnet_membership makes login fail
I\'m doing some maintance on an older web application where we have 2 DB\'s. One for the WWW frontend (DotNetNuke) and another for the admin backend. Both of the applications use aspnet_membership for[详细]
2023-04-08 02:23 分类:问答Is there a ready made roles/membership framework for ASP.NET Web Forms?
There were few questions related to this but none answered the question in my head. Suggestions included Asp.net Membership system, a search on codeplex foundation or role out your own. Rolling out my[详细]
2023-04-07 06:49 分类:问答Entity Framework CodeFirst Multiple type of users
I have task to build application for user registration. I have 3 types of user (profiles) 1. \"Normal\" user[详细]
2023-04-06 23:37 分类:问答