I developed an Intranet site that pulles the user ID from Active Directory and then displays information pertaining to that user as it is setup in a database.
When I run the system from my machine (the dev PC) everything runs find. When I run it on the server (same domain) I am presented with a Login box for me to type my active directory login credentials in before I can proceed. Is there something I am missing? I don't think it is in code, but is it in the Web.Config file? Or do I need to go over to an IIS Group to figure this out? The Authentication mode="Windows" and Authorization deny users="?" Thanks for your help. Regards, Brad
