forms-authentication
MVC3 Forms Authentication: Role Specific Visible Items in Partial View
I just set up my MVC application with fo开发者_如何转开发rms authentication and everything is just dandy except for my _LogOnPartial view. The \"Welcome[Log Off]\" works fine, however, I also have Rol[详细]
2023-03-28 11:13 分类:问答ASP .NET Cross Site Forms Authentication works in Dev but not production
I have two MVC3 sites, both hosted on the same server that I\'ve configured to use the same authentication cookies.[详细]
2023-03-28 10:48 分类:问答Storing data in the session when authenticating a user
I currently have an IHttpModule that is doing some custom forms authentication to authenticate a user with my single sign on server.After redirecting back from my SSO server, I get a bunch of informat[详细]
2023-03-27 16:58 分类:问答Forms Authentication 4.0 on Web Farm
This is quite literally driving me bananas - I\'m on holiday as from tomorrow but if I can\'t get this working today then it\'s under threat - so any help much appreciated![详细]
2023-03-27 06:28 分类:问答Asp.Net 4 Response.Cookies.Add does not add cookie to users machine
I am trying to setup a basic Form Authentication using ASP.NET 4. I know my validation code (code that checks if the username and password is correct) is working because after if the user enters inv[详细]
2023-03-27 02:31 分类:问答Forms Authentication Using Active Directory / LDAP
First off--thanks for having a look. MY QUESTION In a .NET web app, is using Windows Authentication for a extra-net on a WAN consisting of various users, companies, user-agents, etc a bad idea?[详细]
2023-03-27 01:23 分类:问答Where can I store email and userId in my ASP.NET MVC application so I don't have to retrieve it with every request?
I\'m writing an ASP.NET MVC appli开发者_Python百科cation and I\'m using forms authentication with the default IPrincipal, IIDentity, etc.[详细]
2023-03-26 23:27 分类:问答ASP.NET MVC: HttpContext.Current.User.Identity.IsAuthenticated is always false on some virtual machines
I have been going through this weird issue on some of my virtual machines. It works perfectly fine on another![详细]
2023-03-26 10:38 分类:问答Can we use single sign on for diffrent Form Authentication Sites?
I have 2 different websites开发者_Go百科 -> webgrants.com ->calgrants.com can be accessed directly or from webgrants[详细]
2023-03-26 05:00 分类:问答Confused about WCF and ASP.NET MembershipProvider Forms Authentication
Reading, watching videos, googling around, I am very confused about how to connect WCF with an ASP.NET app that uses forms authentication with a MembershipProvider. I\'ve seen a suggestion where you h[详细]
2023-03-25 20:40 分类:问答