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?
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?