Re: Forms authentication does not work......
From: Cowboy \(Gregory A. Beamer\) (N0SpamMPleezEgbworld@comcast.netN0SpamMPleezE)
Date: 12/27/02
- Next message: Cowboy \(Gregory A. Beamer\): "Re: Forms based authentication's Login page posts back to itself instead of redirecting to requested page."
- Previous message: Ágúst: "Failed to start monitoring directory changes"
- In reply to: asp_dot_net: "Forms authentication does not work......"
- Next in thread: asp_dot_net: "Re: Forms authentication does not work......"
- Reply: asp_dot_net: "Re: Forms authentication does not work......"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Cowboy \(Gregory A. Beamer\)" <N0SpamMPleezEgbworld@comcast.netN0SpamMPleezE> Date: Fri, 27 Dec 2002 09:44:07 -0600
Do you have forms inside the <Authentication> section? as in:
<authentication mode="Forms">
<forms name="trip" loginUrl="login.aspx" protection="All" path="/" />
</authentication>
-- Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA Author: ADO.NET and XML: ASP.NET on the Edge **************************************************************************** **** Think outside the box! **************************************************************************** **** "asp_dot_net" <asp_dot_net@hotmail.com> wrote in message news:#AorgkbrCHA.428@TK2MSFTNGP09... > I get the following error message in web config file when I use forms > authentication. > I get this error whenI add this to the authentication section > > <forms name="trip" loginUrl="login.aspx" protection="All" path="/" /> > > !!!!!!!!!!!!!!!!!!!!!!!!!!!!Error > message!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > > Unrecognized configuration section 'forms' > >
- Next message: Cowboy \(Gregory A. Beamer\): "Re: Forms based authentication's Login page posts back to itself instead of redirecting to requested page."
- Previous message: Ágúst: "Failed to start monitoring directory changes"
- In reply to: asp_dot_net: "Forms authentication does not work......"
- Next in thread: asp_dot_net: "Re: Forms authentication does not work......"
- Reply: asp_dot_net: "Re: Forms authentication does not work......"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|