forms-authentication
Asp.net Web Site Administration Tool with SqlCeMembership
I am developing an application in MVC 3. I installed this provider via Nuget . Basically, it allows to use any part of memberships, rules and profiles with a .sdf (compact) database.[详细]
2023-03-18 18:48 分类:问答silverlight app using both windows and forms authentication
I have a Silverlight RIA application that uses Forms authentication. We want to pass users of a certain domain t开发者_运维技巧hrough Windows authentication and if that fails or user is not part of th[详细]
2023-03-18 16:31 分类:问答Prevent AJAX Timer Control request from extending FormsAuthentication ticket?
I have a webforms app that uses a few ASP.NET AJAX Timer controls (i.e. polling).If a user is on a page with one of these, they will effectively never time-out, as the poll开发者_如何学编程ing process[详细]
2023-03-18 01:20 分类:问答ASP.NET Website HttpContext.Items is empty at random in HTTPHANDLER
I am having trouble accessing the HttpContext.Items[typeof(UserProfile)] object sometimes when the Http Handler is called, where UserProfile is the object stored in the session cookie via forms authen[详细]
2023-03-16 21:19 分类:问答Will the ActiveDirectoryMembershipProvider traverse a one-way domain trust (in SharePoint)?
We are implementing SharePoint in an environment with multiple separate domain forests that will be used to authenticate users using claims based authentication.The various domains have a one-way trus[详细]
2023-03-16 19:43 分类:问答ASP.NET MVC, Forms Authentication, and Session
I would like to execute the below line when the user logs in so that I have access to the MembershipUser object. However I am having a hard time figuring out when to set it.[详细]
2023-03-16 15:33 分类:问答Users getting logged out of my MVC3 application hosted on WinHost
I\'m running ASP and MVC3 on Winhost.com and I am constantly getting logged out using Windows Forms authentication. I will go from one to two pages and it will work but when I go to our create c开发者[详细]
2023-03-16 07:26 分类:问答Combine Domain, Exchange and forms authentication in MCV3 (Razor)
I\'m working on a project that will be deployed to multiple 3d party servers - anything from Windows Server 2008, possibly to XP machines. It will need to incorporate several ways for users to authent[详细]
2023-03-16 03:30 分类:问答Use asp.net forms authentication so only logged in users can view website
Login.aspx, passwordrecovery.aspx, and register.aspx should be the only pages accessible for logged in users.I have the following in my webconfig:[详细]
2023-03-15 12:49 分类:问答authentication sessionid vs cookie
I am trying to figure out the pros and cons of using sessionid based authentication vs cookie based authentication[详细]
2023-03-15 02:40 分类:问答