Sunday, 8 September 2013

Secuirty risk when using ADMembershipProvider in ASP.NET

Secuirty risk when using ADMembershipProvider in ASP.NET

I using form based authentication with ADMembershipProvider for all of my
ASP.NET application with this connection string for LDAP lookup.
<add name="ADCN" connectionString="LDAP://dc01.mydomain.se" />
Is there any secuirty risk with this. Should i disable some system account
or similar?

No comments:

Post a Comment