Re: Forms Authentication: Require authentication on all pages but 1

From: Ryan (ryanz@iqmetrix.com)
Date: 02/19/03

  • Next message: Mike Moore [Microsoft]: "RE: PKCS Certificates"
    From: "Ryan" <ryanz@iqmetrix.com>
    Date: Wed, 19 Feb 2003 15:43:24 -0600
    
    

    Ok. I solved my own problem. For anyone else who may be having problems with
    this, here is how it is done:

    <location path="Help.aspx">
     <system.web>
      <authorization>
      <allow users="?" />
      </authorization>
     </system.web>
    </location>

    "Ryan" <ryanz@iqmetrix.com> wrote in message
    news:eydBkpF2CHA.2904@TK2MSFTNGP09...
    > I have a asp.net application, that uses forms authentication (verified
    > against a database). In my web.config file, I have set the path ="/" so
    that
    > every page in the application (including pages in subfolders) need to be
    > authenticated before they can be reached.
    >
    > My question now is, I want to have 1 page in my application that doesn't
    > require authentication to get to. (A help page linked to from the logon
    > screen).
    >
    > Other than moving this help page to a directory outside my application
    > directory, is there any way to accomplish this?
    > Thanks.
    > -Ryan
    >
    >



    Relevant Pages

    • asp.net vulnerability
      ... From: Windows NTBugtraq Mailing List ... More details on ASP.NET vulnerability ... There has been some confusion with the ASP.NET forms authentication issue ... authorization issue, not an authentication issue. ...
      (microsoft.public.sharepoint.portalserver)
    • Re: application pool custom identity
      ... Kerberos becomes a possibility when the web server is in a Domain, ... The problem happens when the browser/server selects Kerberos authentication, ... LocalSystem credentials will work for Kerberos; custom AppPool Identity ... Authorization. ...
      (microsoft.public.inetserver.iis)
    • Re: Kerberos OpenLDAP Frontend
      ... Jonathan Javier Cordoba Gonzalez wrote: ... but then you are mixing the authentication with the authorization. ... A KDC with passwords and LDAP ...
      (comp.protocols.kerberos)
    • Re: ASP.NET Authentication exception case
      ... It doesn't seem to like the authorization tag underneath the location tag ... This section sets the authentication policies of the application. ... <!-- SESSION STATE SETTINGS ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: Brackets across includes
      ... I am trying to create a user authentication system, ... separate the authentication code into include files. ... separate concepts and should be implemented as separate procedures. ... Authorization could be ...
      (comp.lang.php)