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.
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
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
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
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
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.
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开发者
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
Login.aspx, passwordrecovery.aspx, and register.aspx should be the only pages accessible for logged in users.I have the following in my webconfig:
I am trying to figure out the pros and cons of using sessionid based authentication vs cookie based authentication