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
  • Re: Can't get MySQL Connector/Net 5.2.2 to work (with Membership)

    You have to insert autogenerateschema=”true” attribute to the machine.config. <membership> <providers> <add name=”MySQLMembershipProvider” autogenerateschema=”true” type=”MySql.Web.Security.MySQLMembershipProvider, MySql.Web, Version=5.2.2.0, … /> </providers> </membership>...
    Posted to MySQL (Forum) by x-freestyler on 09-09-2008, 12:00 AM
    Filed under: mysql, asp.net, authentication, authorization
  • Active Directory & SQL list of users with managers and managers with users

    I have been tasked with some authentication/access items and know there is an easy way to do this within AD but don't know where to start. What I have set up is a OU called Test Users within an OU called Sales within our main domain. Within the OU=Test Users there are several security groups having...
    Posted to Active Directory and LDAP (Forum) by b471code3 on 12-04-2007, 12:00 AM
    Filed under: Security, sql database ad, Active Directory, ActiveDirectory ADAM, ActiveDirectoryMembershipProvider, AD, AD LDAP, ADAM, ADSI, ASP.Net, authentication, authorization, Authorization Manager
  • forms authentication signing the clients out automatically ?

    Hi, I Built forms authentication for my web solution.I use asp.net 2.0 and ı use ajaxtoolkit.dll and its components. first ı signed in. there is no problem. When I am going around with the pages , page automatically sign me out.This happens everytime in the enexpected time. In my local in the studio...
    Posted to Security (Forum) by metia on 11-04-2007, 12:00 AM
    Filed under: ASP.NET, ASP.NET 2.0, Authorization, Forms authentication, FormsAuthenticationTicket Expiration, AUTHCOOKIE, authentication, .net security, ASP.NET Authentication, 2.0, ASP.NET Membership
  • Authentication using Oracle Virtual Directory

    Hi There, I am having trouble authenticating user against Oracle Virtual Directory. Any help is appreciated. Here's the piece of code it is failing on (It is vb.net) Dim adAuth As New LdapAuthentication(adPath) Dim obj As Object = entry.NativeGuid ==> It is failing on this line when it tries to...
    Posted to Active Directory and LDAP (Forum) by Jackyog on 10-31-2007, 12:00 AM
    Filed under: Active Directory, ActiveDirectory ADAM, ActiveDirectoryMembershipProvider, ADSI, ASP.Net, ASP.NET Futures, authorization, Authorization Manager, Directory Services, DirectoryEntry, eDirectory, LDAP, LDAP domain subdomain filter, ldap tutorial directoryservices, authentication
  • Which to do i use ActivedirectoryMembershipProvider or direct access via System.DirectoryServices

    Hi all, I have a rather fundamental question regarding the use of the AD provider and the System.DirectoryServices namespace. What is the difference between the two or is the provider just an abstraction layer for the functionality provided by System.DirectoryServices? My problem is this; I wish to provide...
    Posted to Active Directory and LDAP (Forum) by kam_yuen on 09-19-2007, 12:00 AM
    Filed under: Active Directory, ActiveDirectory ADAM, ActiveDirectoryMembershipProvider, ASP.Net, authorization, Directory Services, DirectoryEntry, authentication
  • Re: AD Authorization

    .NET has built in support for authentication and authorization using AD. With ASP.NET you can just make changes to the web.config to turn on Windows authentication and authorization. With ASP.NET 2.0 they now have membership and role management providers that give you more flexibility. There is also...
    Posted to Active Directory and LDAP (Forum) by rjgiorgi on 08-28-2007, 12:00 AM
    Filed under: Security, ASP.Net, asp.net 2.0, authN, authorization, Authorization Manager, authZ, AzMan, authentication
  • Response.StatusCode

    In ASP.Net, is there a way to redirect to a cofigured error page by setting the Context.Response.StatusCode = <error number> instead of doing the simple Response.Redirect("CustomErrorPage.aspx"); For e.g. if the user is not authorized for a specific action, I want to redirect him to the...
    Posted to Security (Forum) by wanderlust on 07-24-2007, 12:00 AM
    Filed under: Access is denied, ASP.NET, ASP.NET 2.0, Authorization, .net security
  • Directory.CreateDirectory() throws FileIOPermission on Ikoula.com host

    Hello, I've suscribed a MSDN webhosting pack at ikoula.com and i get some troubles creating directories by code. I am trying to use those C# methods: String p = MapPath( "~/Docs/Fichiers/Dossier_test" ); Directory.CreateDirectory(p); But this System.Security.SecurityException is thrown: Request for the...
    Posted to Security (Forum) by Gillardj on 04-30-2007, 12:00 AM
    Filed under: permission, permissions, SecurityException, ASP.NET, ASP.NET 2.0, Authorization, C#, credentials, C-Sharp, directory create, directory permissions, IIS, aspnet account
Page 1 of 2 (15 items) 1 2 Next >