forms-authentication
Site redirecting to wrong login page on server, but works fine locally
So, I\'m working on an MVC3 site. I\'m developing locally, then the build server runs on check-in, and pushes it to the dev server if the build works.[详细]
2023-03-23 02:46 分类:问答ASP.NET web.config authorization settings ignored
I was searching for some solution but can\'t find one.There is this and this ones but can\'t found and answer there. Im developing an asp.net application on ASP.NET development server.I have the follo[详细]
2023-03-22 10:18 分类:问答Static file in MonoRail can not be loaded in Forms Authentication mode
I applied Forms authentication to my monorail project. In login page, all static files can not be loaded. It seems that the static file can be loaded only after user logged in. In login page, the req[详细]
2023-03-22 09:23 分类:问答Is this really all I need to log a user in?
I was looking over some ASP.NET开发者_开发技巧 MVC 1 code (C#) in search of the mechanisms that the site was using to log in a user. This is what I found...[详细]
2023-03-22 05:18 分类:问答Prevent a page or handler from updating the FormsAuthentication ticket
I have several apps on a single domain that share the formsauthentication ticket for single sing-on. We also have javascript on each page that will warn the user 2 minutes prior to his session expirat[详细]
2023-03-21 22:48 分类:问答What's the benefits of Custom Membership in .Net?
i\'m building a custom membership in .net and i don\'t understand real benefits of them, what the benefits? Here is my class that inherits from MembershipProvider:[详细]
2023-03-21 21:07 分类:问答Is there a way to tap into FormsAuthentication mechanism to add custom headers to responses?
I have a web app that is using forms authentication. The scenario is as follows: user requests /Default.aspx[详细]
2023-03-21 06:38 分类:问答FormsAuthentication.SetAuthCookie not setting Path or Domain?
I have a web app can be installed on lots of domains and paths. So: client1Name.{mySite.com} client2Name.{mySite.com}[详细]
2023-03-20 20:01 分类:问答In ELMAH with MVC 3, How can I hide sensitive form data from the error log?
Here is the scenario... User types his us开发者_JAVA技巧ername. Types an \"incorrect\" password.[详细]
2023-03-19 09:59 分类:问答ASPNET MVC3: Can I use my user/roles tables to handle user authentication?
I\'m building an A开发者_运维问答SPNET MVC3 app; I have built, on the SQLServer DB, my users, roles and user_roles tables andI would like to use them instead of the aspnet_* tables built by using aspn[详细]
2023-03-19 02:10 分类:问答