asp.net-membership
display users full name instead of user name
I am using MVC3. I need to display the user\'s full name in the master page after the successful login i.e. welcome Jack.[详细]
2023-04-03 19:36 分类:问答ASP.NET Membership getuserbyID
How I can get开发者_StackOverflow User by ID? MembershipUser mu=Membership.GetUser(\"UserName\"); But, I want get user by ID, but not by name. MembershipUser u = Membership.GetUser(id);[详细]
2023-04-03 07:07 分类:问答Help defining a Domain Model in asp.net
I need help modeling this scenario. A Patient can have many medics A Medic can have many patients. A Patient is also a User. (MembershipUser)[详细]
2023-04-02 22:16 分类:问答ASP.NET MVC3 Role and Permission Management -> With Runtime Permission Assignment
ASP.NET MVC allows users the ability to assign permissions to functionality (i.e. Actions) at Design Time like so.[详细]
2023-04-02 16:13 分类:问答How to know if the current path is a secure path or not, in ASP.NET
Consider that a request is sent to this path: http://domain/users/1534 This URL is in public security, so everyone can see it without being authenticated in the site (without being logged in).[详细]
2023-04-02 11:04 分类:问答SQL aspnet_profile
any idea how I can get user FirstName and LastName from the aspnet_profile table based on UserID using SQL becasue I would like to use in Telerik Reporting as a user parameter.[详细]
2023-04-02 10:17 分类:问答asp.net user Authorization and Authentication [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-02 08:42 分类:问答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 分类:问答MembershipUser and Entity Framework Code First
I am playing around with EF Code First and now ran into trouble when implementing a custom MembershipProvider.[详细]
2023-04-01 10:35 分类:问答Session is not expiring?
Probably my question is stupid but it is driving me crazy, you see I have this application its session is not 开发者_开发技巧expiring after logging out even though I have used Session.Abandon(), Sessi[详细]
2023-04-01 05:42 分类:问答