Forms authentication

From: Ben (Ben_at_discussions.microsoft.com)
Date: 07/07/05


Date: Thu, 7 Jul 2005 14:56:01 -0700

Hi,

I am currently developing a web site that will use "Forms" authentication. I
am having an issue in which the "Forms" authetication works only one time.
Any other session after that are redirected to the web forms that require
authentication, which results in an error, because the page is expecting the
user to be logged in.

Here are my web.config settings:

<authentication mode="Forms">
<forms name="appNameAuth" path="/" loginUrl="Login.aspx" protection="All"
timeout="60"/>
</authentication>

(Page that requires authentication)
<location path="~/AuthReq/Address.aspx">
    <system.web>
        <authorization>
            <deny users="?" />
        </authorization>
    </system.web>
</location>

Thanks for your help

Ben



Relevant Pages

  • RE: SBS 2003 Activesync Problem-getting 0x85010004 error on the PD
    ... Please open IIS manager console, navigate to Web Sites->Default Web Site ... Click Directory Security tap, Under Authentication and access control, ... When opening a new thread via the web interface, we recommend you check the ...
    (microsoft.public.windows.server.sbs)
  • RE: SBS 2003 Activesync Problem-getting 0x85010004 error on the PDA
    ... when access Activesync on PDA. ... Please open IIS manager console, navigate to Web Sites->Default Web Site ... Click Directory Security tap, Under Authentication and access control, ...
    (microsoft.public.windows.server.sbs)
  • RE: CEICW-OMA errors
    ... Please double confirm the settings of the default Web Site settings as ... Open IIS Manager, navigate Web site -> Default Web Site, right click it ... Authentication Methods: ...
    (microsoft.public.windows.server.sbs)
  • Re: OWA and RWW not accessible.
    ... In Authentication and Access Control... ... Is all of this correct on your SBS server? ... Open the Web site home page, and then look for links to the information ...
    (microsoft.public.windows.server.sbs)
  • Re: IIS 6 Integrated Authentication and IE 6 - security credential
    ... My server is in a domain. ... :> NTLM authentication by setting the NTAuthenticationProviders metabase ... :>>> If I reconfigure the web site so that it runns in an application ... :>>> associated with the default Network Service identity then the request ...
    (microsoft.public.inetserver.iis.security)