access ms sql though a web service with user credentials

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • crowl@gmx.de

    access ms sql though a web service with user credentials

    Following scenario:

    client (c# app) -asp.net web service - sql server

    The client hast to authenticated via Basic authentications . This user
    account should be used to access the sql server on another machine. Is
    this possible?

    The web servcie uses integrated security=SSPI; for connecting to sql
    server, however, it seems to use anonymous account to connect to the
    sql server instead of the user credentials. Is there any solution for
    this or it is not possible?
Working...