Re: Unrecognized attribute 'username'. in web.config file -- why??
From: Al Cadalzo (cadalzo_at_hotmail.com)
Date: 03/08/04
- Next message: Ben Arthur: "Map Point"
- Previous message: Kevin Spencer: "Re: Code-behind methods"
- In reply to: elizabeth: "Unrecognized attribute 'username'. in web.config file -- why??"
- Next in thread: Al Cadalzo: "Re: Unrecognized attribute 'username'. in web.config file -- why??"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 8 Mar 2004 08:59:04 -0500
The attribute name is case sensitive.
Try 'userName'. instead of username.
Al
"elizabeth" <ezelasky@hotmail.com> wrote in message
news:78393913.0403040658.dae58c3@posting.google.com...
> Can any one tell me why I am getting the error " Unrecognized
> attribute 'username'." in this web.config......
>
> <identity impersonate="true" username="test" password="test" />
>
> I can get this to work if I put it in the machine.config file but we
> don't want to modify at that level. I have tried all variations of
> the preceeding element & various security settings in ISS
>
> <authentication mode="None" />
>
> but I still get this error. Thanks!
- Next message: Ben Arthur: "Map Point"
- Previous message: Kevin Spencer: "Re: Code-behind methods"
- In reply to: elizabeth: "Unrecognized attribute 'username'. in web.config file -- why??"
- Next in thread: Al Cadalzo: "Re: Unrecognized attribute 'username'. in web.config file -- why??"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|