Hello Everyone. I'm glad to see there is another active VB community besides Microsofts.

I'm working with Visual Web Developer 2010 Express and I'm a VB coder. With that said I need some help with a web application that reads and modifies information in two location. Some information is from AD and the other is from a SQL db.

I took a stock Web Application that came with some predefined pages, one being a login page, and modified the login sequence to use AD for authentication.

Now I'm needing to do a few more things. I know how to read information from a SQL database but not from ActiveDirectory.

I want to take the currently logged in user and pull some information from AD: first name, last name, middle name, address, department, phone number, email address, etc.

I'm lost on how to read/write to AD.

Thanks for any help in advance. If anyone wants to see what I did for the AD login section, I will be happy to post my code.