Here an interesting feature of ASP.NET FormsAuthentication explained in this SO answer: How do you pass an authenticated session between app domains
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\".
I have several ASP.NET MVC 3 apps running on IIS 6 with separate app pools under different virtual directories:
I have a MVC3 rest application where all controller actions return xml responses instead of the usual html (view) responses.
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
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.
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.
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.
I\'m cre开发者_Python百科ating a silverlight for line of business application, and I\'m using 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