Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create an integrated login Form. The login userID and password should be identical with the system/network login info, rather than the info stored in a customized user table. In web.config, I set the authentication like that below:
C#
<system.web>
    <authentication mode="Windows"/>
</system.web>

I am not sure doing this can integrate our network. I am also not clear what else I should do.
Appreciate if you can provide me some info for me to dig into and get it work.
Posted

well this should work. the other thing you need to check is on the server manager whether your window authentication mode is installed / enable or not. i had a same issue and i found that on IIS server my window authentication was not enabled. once this is enabled your form should work based on window authentication.
 
Share this answer
 
Comments
[no name] 25-Mar-14 10:02am    
Thanks for your advisory. I followed the procedure posted at http://www.iis.net/configreference/system.webserver/security/authentication. In my II6 Manager, I R-click the web site and then clicked the Authentication tab. For the Group by: 'No Grouping', there is only 1 in the list: 'Anonymous Authentication', Status: Enabled. There is no 'Window Authentication' item in the list. How can this item be added? Thanks.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900