integrated SQL-server authentication from untrusted domain -
I actually have SQL Server C # /. To use the net appliction without using SQL Server accounts or to use the same logon-name on the same domain or on a domain or domain as the affected computer.
Is there no way? Does anyone try to do it using mono implementation of SSPI?
To rewrite your question, you want to use domain authentication without domains.
No, this is not possible.
You can set them up on domains and you can use Trust between domains or you can use SQL authentication.
Comments
Post a Comment