Forms authentication does not work......
From: Dwight Goins (dngoins@aol.com)
Date: 12/30/02
- Next message: Adam Tuliper: "Re: How to authenticate users from Inter and Intra net"
- Previous message: Jeff: "Dynamic Checking of Roles - Enterprise Services"
- In reply to: asp_dot_net: "Forms authentication does not work......"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Dwight Goins" <dngoins@aol.com> Date: Mon, 30 Dec 2002 11:27:12 -0800
Inside your
"<authentication mode="Forms" ...
make sure your mode="Forms" is capitalized.
I received this error when mode="forms" is not
capitalized.
>-----Original Message-----
>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: Adam Tuliper: "Re: How to authenticate users from Inter and Intra net"
- Previous message: Jeff: "Dynamic Checking of Roles - Enterprise Services"
- In reply to: asp_dot_net: "Forms authentication does not work......"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|