Click here to Skip to main content
15,881,455 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Guys,
Anyone know the best way to initiate SQL Connection to MS SQL Server with a domain security? (Domain security is very important here and makes the most problem).
In other words - I need the server somehow to identify you as a user (without asking for passwords and stuff) and based on that - deny or grant you to use the resources (hide/show datagrid).
I have server configured and AD group created for that purpose.

From WPF interface I am using "Trusted_Connection=True" in a connection string, but the same thing in ASP.NET somewhy does not quiet work. So in other words - it works perfectly on non-web application.

Small guidance or a pointer here or there would be really appreciated.

Thanks!
Posted
Updated 14-Feb-14 2:49am
v2

1 solution

 
Share this answer
 
Comments
MK-Gii 17-Feb-14 2:22am    
Looks promissing - gonna read that through.
Thanks!

Will keep you posted with an update.
Ok. Thanks. :)

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