forms-authentication
EnableCrossAppRedirects - Where is the cross-domain feature documented?
Here an interesting feature of ASP.NET FormsAuthentication explained in this SO answer: How do you pass an authenticated session between app domains[详细]
2023-03-30 12:46 分类:问答Membership.GetUser().ProviderUserKey always returns null
I\'ve recently started using ASP.NET Forms Authentication and Membership. I created a C# project in Visual Studio, which automatically created pages like \"/Account/Login.aspx\".[详细]
2023-03-30 00:04 分类:问答Re-login of several ASP.NET MVC apps on the same server
I have several ASP.NET MVC 3 apps running on IIS 6 with separate app pools under different virtual directories:[详细]
2023-03-29 23:30 分类:问答Authentication/authorization in a .net MVC3 rest application returning xml
I have a MVC3 rest application where all controller actions return xml responses instead of the usual html (view) responses.[详细]
2023-03-29 18:22 分类:问答How to keep a default page with Forms Authentication?
I\'ve got a website that uses Forms Authentication, my dilemma is I need users to hit the Default.aspx page when they first navigate to the site with \"www.[site].com\". Then they have the option of c[详细]
2023-03-29 08:39 分类:问答FormsAuthentication.SetAuthCookie loosing User.Identity.Name
We are logging in users via FormsAuthentication.SetAuthCookie User.Identity.IsAuthenticed then becomes true and the User.Identity.Name is w/e we provided to the SetAuthCookie method.[详细]
2023-03-29 07:41 分类:问答Retrieve Forms Authentication Expiration Date/Time
I\'m using forms authentication and currently create a forms auth ticket when a user logs in, and set an expiry of about 5 days if they have requested to persist the login.[详细]
2023-03-28 19:33 分类:问答Forms authentication - logging out and page history
In my ASP.NET site, when a user clicks logout, I call FormsAuthentication.SignOut and Session.Abandon and redirect them to the login page. This works fine.[详细]
2023-03-28 17:28 分类:问答User management in Silverlight, create custom UI or use ASP.NET website administration tool?
I\'m cre开发者_Python百科ating a silverlight for line of business application, and I\'m using Forms Authentication.[详细]
2023-03-28 14:13 分类:问答Excluding root of directory from Forms authentication
I am using ASP.Net forms authentication to secure a dir开发者_Python百科ectory called \"pro\". This is all working fine, however what we want to do is to exclude the root page within the directory - b[详细]
2023-03-28 14:09 分类:问答