SyntaxFix
Write A Post
Hire A Developer
Questions
The identity section goes under the system.web section, not under authentication:
identity
system.web
authentication
<system.web> <authentication mode="Windows"/> <identity impersonate="true" userName="foo" password="bar"/> </system.web>