asp.net-membership
Membership.GetUser() advisable to use?
I need GUID (UserId) at many places in my application. Currently I am making calls to Membership.GetUser() to get the UserId. Does this method make a database call or it caches the details?[详细]
2023-04-06 07:34 分类:问答Get the UserID of the current logged in User in asp.net default membership provider
I have two tables Employee (EmpID, Name, UpdatedBy, UpdateDate) EmpContact (ContactID, Contact,EmpID) I am trying to create a trigger which update a Employee table fields UpdatedBy,UpdateDate. whe[详细]
2023-04-06 07:29 分类:问答AccountModel in one screen
I have this app with basic AccountModel that ships with MVC3. The AccountModel have three classes: ChangePasswordModel;[详细]
2023-04-06 04:06 分类:问答MembershipProvider custom - Error on saving using EF POCO 4.1
I\'m customizing the class MembershipProvider. When navigating to Asp.net Web Site Administration Tool can list the users normally.[详细]
2023-04-06 01:50 分类:问答ASP.NET membership trouble
I have 2 computers that I work on. I have a develop开发者_运维百科ment computer and I have have a production server at Rackspace cloud. When I backed up my membership database then restored it to the[详细]
2023-04-05 16:00 分类:问答How to tell asp.net membership login status control that user has signed in or IsAuthenticated
I have a login status control on a master page. If user is not signed it, it will show \"sign in\" otherwise it shows[详细]
2023-04-05 13:59 分类:问答Using a custom membership provider together with Web Site Adminstration Tool
I\'ve made a custom MembershipProvider which uses DependencyResolver from MVC3 to find it\'s dependencies. It wor开发者_开发百科ks great for MVC apps, but not for the Web Site Adminstration Tool.[详细]
2023-04-05 07:42 分类:问答ASP.net Windows authentication compared to Forms authentication using ActiveDirectoryMembershipProvider
I was wondering if someone could explain the difference between forms authentication using the ActiveDirectoryMembershipProvider, and Windows authentication.When would one be used over the other and w[详细]
2023-04-04 20:55 分类:问答C# MVC3 and Membership keep me logged in (remember me)
I\'m using Membership features in my application and I have the following logIn code: if (!Membership.ValidateUser(email, password))[详细]
2023-04-04 13:33 分类:问答ASP.NET user management problem
I\'ve been trying to work on an ASP.NET project which includes user and role management. First thing that I tried to use is the ASP.NET configuration which will open up a website for me where I can ad[详细]
2023-04-04 10:12 分类:问答