forms-authentication
Controller tests ignore global filters in ASP.Net MVC?
An ASP.Net MVC 3 application I\'ve just started writing needs to have authentication for all controllers with the exception of the AccountsController. Instead of decorating all of my controllers with[详细]
2023-03-25 09:16 分类:问答how to redirect the user to page in different app
i have two web projects authenticating the user usingconfiguration. let say web1,web2 once the user logs into web1 there a link is provided to web2 .[详细]
2023-03-25 08:16 分类:问答Authentication loss with IE8 and MVC FileContentResult
ASP.NET MVC2 .NET 3.5 FormsAuthentication URL: domain.com/myapp Problem area: Dynamically created PDFs returned as FileContentResult[详细]
2023-03-24 09:05 分类:问答mvc 3, jquery ajax & forms authentication
In my MVC3 project, I have a controller with an [Authorize] attribute. I have a form submission without ajax, which redirects the user (as expected) to the login screen, if he/she is not logged in.[详细]
2023-03-24 07:38 分类:问答Validating the user with Membership Provider
I\'m customizing a form of validation of the users in my application Asp.net MVC 3. How can I imple开发者_如何学Pythonment the method ValidateUser?[详细]
2023-03-24 02:39 分类:问答MVC - Identify Page Form Authentication time out
we are developing MVC3 application such that most of our action methods are called via ajax calls and return partialviews. we come acr开发者_Python百科oss a situation where we need to identify if the[详细]
2023-03-24 02:37 分类:问答How to do 'opt-out' authentication in ASP.NET MVC [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Override Authorize Attribute in ASP.NET MVC 开发者_开发问答[详细]
2023-03-24 02:12 分类:问答Testing My Controller throw error because of HttpContext in .net MVC
I have a开发者_高级运维 Controller that call HttpContext like: [Authorize(Roles = \"Administrador\")][详细]
2023-03-24 01:40 分类:问答Hosting Silverlight app with Forms Authentication on IIS 7
Is it possible to get Silverlight ASP.NET Forms authentication working on IIS? I followed sample http://blogs.msdn.com/b/brada/archive/2008/05/03/accessing-the-asp-net-authentication-profile-and-role[详细]
2023-03-23 23:00 分类:问答How to prevent redirect to login for js files?
On my Login.aspx page, before the user is authenticated I need to run some javascript that is defined in a file.The javascript file doesn\'t seem to be found.I believe this is a problem caused from th[详细]
2023-03-23 07:00 分类:问答