LDAP Authentication Help

Do you explicitly need Forms Authentication?
If not, then use impersonation of one (admin prefferably) user and log into AD.

- web.config -
<identity impersonate="true" userName="DOMAIN\adminUSER" password="PASSWORD"/>

- put upper line into web.config under system.web tags -
 
Back
Top