I want to find a solution whereby my user account is passed on via a website to authenticate to a remote SQL server instance.
So if my account name is Domain\Yaqoub, then when I browse my web page which connects to SQL it will pass on Domain\Yaqoub to the SQL Server.
*note - the solution should be able to work even if the SQL instance is on a different domain (which it is :)).
I have read some scenarios where the website and sql server are on the same domain, but this does not really help.
I thought that maybe if you map all the required usernames to the remote sql instance it may work?!
If you could list the steps with a little detail that would be very helpful.
thanks,
KS