Basic Forms Authentication question

From: R-D-C (nospam_at_please.uk)
Date: 07/29/03

  • Next message: Michal A. Valasek: "Re: Basic Forms Authentication question"
    Date: Tue, 29 Jul 2003 15:00:02 +0100
    
    

    I can't get this damn thing to work at all.

    I have a virtual directory set up with anonymous access only, web.config
    contains the following but when I go to the site it ignores the security and
    never redirects to login.aspx. I know this will be a stupid problem but
    please help!

    <configuration>

    <system.web>

    <authentication mode="Forms">

    <forms name="ASPXAUTH"

    loginUrl="login.aspx"

    protection="All"

    path="/"/>

    </authentication>

    </system.web>

    </configuration>


  • Next message: Michal A. Valasek: "Re: Basic Forms Authentication question"

    Relevant Pages

    • Re: Default Web Configuration/Status
      ... Anonymous Access are enabled. ... www.mydomainname.org points to a publiclly hosted web site> at ... > an external host. ... what should the operational status and configuration of the> Default ...
      (microsoft.public.windows.server.sbs)
    • Re: Why cant I browse to this file on my local IIS Server?
      ... I have the virtual directory set to Allow Anonymous Access. ... noticed that Integrated Windows Authentication was also checked. ... but unless I supply my own credentials (via Integrated Windows ...
      (microsoft.public.inetserver.iis)
    • RE: Securing No-Touch Deployment
      ... .config file needs to be available for anonymous access. ... The current workaround is allow anonymous access for app.config on this ... application downloads sperately and uses without using the configuration ... before sending mail. ...
      (microsoft.public.dotnet.framework.windowsforms)
    • Re: FTP Newbie Question
      ... Under Properties for our Default FTP Site "Allow Anonymous Access" is ... Isolation Mode has not been configured. ... >>up and running in its default configuration. ...
      (microsoft.public.inetserver.iis.ftp)
    • RE: Simple IIS-ASP.NET security question
      ... each request to a web page was ran as IUSR_MACHINENAME if ... the anonymous access is ebanled, no matter what the configuration in ...
      (microsoft.public.dotnet.framework.aspnet.security)