Forms Authentication

From: REB (REB_at_)
Date: 03/16/04


Date: Tue, 16 Mar 2004 12:49:12 -0600

I use forms authentication to require users to enter a username and password

<authentication mode="Forms">

<forms name="WebAuth" path="/" loginUrl="Login.aspx" protection="All"
timeout="90">

<credentials passwordFormat="Clear">

<user name="MeMe" password="tester$" />

<user name="YouYou" password="testerT" />

<user name="ThemThem" password="mypaSS" />

</credentials>

</forms>

</authentication>

<authorization>

Is there a way to include sub folders to be covered by this type of
security? I do not want someone to be able to enter a direct URL to a page
located in a subfolder of my website.

THanks



Relevant Pages

  • Re: Help me with Login and user roles please.
    ... Well, as I've said many times before on here, we use forms authentication ... At what stage does all this security checking take place and if I, ... I have bookmarked - which is niether loginUrl nor defaultUrl. ...
    (microsoft.public.dotnet.framework.aspnet)
  • [NEWS] Checkpoint VPN-1 SecuRemote Flaw (Username Verification)
    ... Checkpoint VPN-1 SecuRemote Flaw (Username Verification) ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... During an authentication attempt in the VPN-1 SecuRemote Authentication ...
    (Securiteam)
  • Re: Accessing Website without using Domain in User Name
    ... username or some email address. ... this is not something specific to Integrated Authentication. ... etc use the a email address to provide username + realm information ... this is the classic tradeoff between usability and security. ...
    (microsoft.public.inetserver.iis.security)
  • Re: WSE 2.0 - The security token could not be authenticated or authorized
    ... security token could not be authenticated or authorized ... I already know that Windows Authentication ... username and password are being sent. ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Help in research topic !!!
    ... present a topic on "Security. ... Authorization and authentication in ASP.NET, ... ..NET Framework and C#". ...
    (microsoft.public.dotnet.academic)