Click here to Skip to main content
16,009,318 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm searching for this answer several months.I want the client credentials to be able to flow from CLIENT > IIS > SQL Server.

1.Not all computers are in the same domain!
2.There are only Active directory users
3.I registered SPN for the Web server(application pool) and Sql server(user runnig the sql)

What should i do next?

Should i use windows authentication or forms authentication?Anyone done this? Any step by step instruction?

Thanks in advance
Posted
Comments
ZurdoDev 5-Feb-15 16:56pm    
Use Windows Authentication. Also use Integrated SSPI in your connection string instead of a username and 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