views:

14

answers:

1

Web service uses SQL Server based authentication how to change to windows based authentication both web server & Database service resides in different domain .

+2  A: 

Change your ConnectionString to use Integrated Security=true;

Ardman
did the following but still doesn't work not familiar with windows authentication. 1)In Windows Server created user DomainA\UserA and added to GroupA 2)IIS configured with Windows authentication but runs in DomainB 3)SQL Server 2008 configured to allow windows authentication. and created login with DomainA\GroupA –
BMG
BMG
What version of IIS are you using?
Ardman
IIS6 runs on windows server 2003
BMG