I am running an ASP.Net page on IIS7 and developing in VS 2008. I am currently performing user authentication through an LDAP connection. When a user logs in, on one page they have a form with some basic information about them (for example, their name, email address, country, etc.), and I want to pre-fill some of these fields from the information already stored in LDAP. In particular, their name and email address. The question is, using C #, how do I really get this information?
Jacob bellamy
source share