Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Here is the scenario:

I am using ASP.NET C# to make a web application.I am using Forms authentication and it's integrated with Active directory (Only The users in active directory can use the application).BUT not all users are on the same domain,that means i cannot use KERBEROS to achieve my goals.So back to the point.How can i LOG IN with AD user credentials using forms authentication (this thing i managed it to work) and the credentials of the logged in user to be "passed to the connection string" to the database.
Posted
Comments
ZurdoDev 28-Jan-15 20:09pm    
So, you have a form where the user will type in their AD username and their AD password?

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