Click to See Complete Forum and Search --> : issue single sign on and Active Directory


do_singh
02-28-2008, 06:27 AM
We have a active directory on a server 1 and IIS on another server. we are trying to implement single sign on but are prompted to but in username and password inorder to get access to the application. what do i need to do???

ray326
02-28-2008, 10:54 PM
You need to read up on the underlying .NET security mechanisms. It will probably involve turning on the NT Challenge along with Basic Authentication on the web app.