I am using Windows authentication on my asp.net MVC 3 app. Is there any way possible to get the users information out of active directory?
I know I can user User.Name.Id
Sounds like you may want to use the System.DirectoryServices namespace. Here's a guide on how you can read properties of a Directory object.