Browse by Tags

Related Posts

  • Re: Is it OK to use web form authentication in MVC application?

    Thank you guys for all your helpful feedbacks. I was using web.config based (<authorization....><deny...>...) authentication in my site (which I mentioned is mostly for authenticated users) then I came across Phil Haack's nice article that CodeHobo mentioned, hence the dilemma between...
    Posted to ASP.NET MVC (Forum) by saxam on 06-16-2009, 12:00 AM
    Filed under: MVC, asp.net, Forms Authentication, Authentication, authorization, Web Forms
  • Is it OK to use web form authentication in MVC application?

    Hello community, I have a small question that hopefully provokes discussion: "Is it OK to use forms authentication through web.config file for an MVC application?" Now some background... I am working on a site that mainly comprises of features that are going to be available to registered users...
    Posted to ASP.NET MVC (Forum) by saxam on 06-15-2009, 12:00 AM
    Filed under: MVC, asp.net, Forms Authentication, Authentication, authorization, Web Forms
  • Using your role and membership provider in the real world... Basic, but important questions

    Howdy! I'm working on an n-tier web application on VS2008, that's using roles and membership. In the past I've always used my own role/authorization that uses 2 tables, one with roles, and the other with acceptable pages for all available roles (user has roleID associated with them too)....
    Posted to Security (Forum) by skydiverMN on 02-25-2009, 12:00 AM
    Filed under: Authorization, implementing role based security, Membershipship, role base security
  • Add login information to favorites browsers

    I'm using DotNetNuke portal. I am trying to figure out how to add log in information favorites browser so that it make easy to log in for the next time. Just click on a bookmark or favorite item and it will be automatically authorized account information and log in. Please tell me some ideas. Thanks...
    Posted to Security (Forum) by truongthang on 02-23-2009, 12:00 AM
    Filed under: "SMTP" "error" "password recovery" "password" "recovery" "help" "gmail" "google" "membership" "roles" "site" "login", as.netp.net c# Membership Multiple Profile Providers, ASP .net 2.0 loginControl AD, ASP .NET 2.0 Membership, asp.net membership provider, asp.net 2.0 C#, Asp.net 2.0 Membership and Security issues, ASP.net 2.0 Security, asp.net form based authentication, ASP.NET Membership, ASP.NEt membership provider, AUTHCOOKIE, Authenticate, Authentication Mechanism, Authorization, authrozation, auto login, autocomplete, custom membership, custom membership multiple, custom membership provider, Forms authentication., FormsAuthentication.SignOut() Session.Abandon(), membership roles, Membership Services, membership and roles, membership authentication, membership authentication folders, membership login control, asp.neTt 2.0 memembership, .Net Membership Class, login programmatically, aspnet membership, .net 2.0 security, Cache, Login redirection authentication, asp.net2.0 c#
  • Custom Errors not working for StatusCodes 401, 403

    Hi. I'm trying to set up security and custom error pages in the web.config file of my web application, and I'm having issues with it. I'm wondering if anyone can help. My application is for a corporate intranet. Everyone has an account on the domain, so I'm using "Windows" authentication...
    Posted to Configuration and Deployment (Forum) by TheStudlyTaco on 02-13-2009, 12:00 AM
    Filed under: statuscodes, 401, 403, Authentication, authorization, customErrors, webb.config, 401.2
  • Authorize Attribute Usage

    Hi people. I have a Controller with some actions that I want to restrict and some others that are public. Mi Controller looks like this: public class NewsController: Controller { public ActionResult Create() { // } public ActionResult Read(int id) { // } } I want to restrict access to action Create but...
    Posted to ASP.NET MVC (Forum) by jselesan on 02-09-2009, 12:00 AM
    Filed under: ASP.NET MVC, authorization
  • Keep getting kicked out

    Hi all, I am having a problem with getting kicked out of one of my websites. On signing in, they correctly get to an administration home page. They then click a link that takes them to a specific administration page which is when they say they get kicked out. Clients say that they have tried at home...
    Posted to Security (Forum) by ElCapitan on 01-19-2009, 12:00 AM
    Filed under: authentication, Authorization
  • website example of using windows authentication and authorization

    Hi. I'm building local intranet portal and I want to use windows authentication and authorization in it. But I'm not familiar how to implement this kind of security. Therefore I'm looking for some examples of websites which are using Windows security with possibilities to access source code...
    Posted to Security (Forum) by Pawelek on 01-09-2009, 12:00 AM
    Filed under: authentication, Authorization
  • Page Authorization Best Practice

    Hello, I have two roles at my web app, and would like to limit the access of people from different roles to view the logged in pages of other roles. For this, I have created two base classes for the two roles and the relevant pages all inherit from these classes. The base classes, at page load check...
    Posted to Security (Forum) by denniscy on 12-08-2008, 12:00 AM
    Filed under: Web config, Authorization, best practices
  • authorizing user agains AD

    well, that can be quite simple, but problem is: i need to first, get his windows credentials, and then check if that credentials are valid on the AD i want, and then authorize the user, or if they are not valid, use forms authentication to authorize him, is there some way to do that? i can only got the...
    Posted to Security (Forum) by Thiagoess on 12-04-2008, 12:00 AM
    Filed under: security, Active Directory, Authorization, Mixed Authentication
Page 1 of 14 (134 items) 1 2 3 4 5 Next > ... Last »