Windows Authentication
-
Hey I was wondering how to use windows authentication. In IIS what do I set? Everything I have tried setting still requires a username and password when going into the page. Now in the page I have coded it to pull active directory information. By using User.Identity.Name I was able to get the information from AD like Division, Full name, email address. But the user still needs to login to the web page. Well our users on the local network are already logged into the network. So how do I use User.Identity.Name without them logging into the webpage? I have set Digest Windows Authentication and when tyring to view the web page it pops up asking for a username and password. With SharePoint it gets this information without the user logging in. If the user is logged into the network it automatically gets the information through a web page.