[quoted text, click to view] "ChiWhiteSox" <ChiWhiteSox@discussions.microsoft.com> wrote in message
news:C4FE99CD-A203-4C3F-8326-95A398FFCA20@microsoft.com...
> so is the user at machine B using the windows authen at sql machine A ?
>
> am i suppose to create that login at mahine A? do i need ADS at machine A
> ?
No, because you arn't using Windows authentication, you are using SQL
authentication. From your connection string:
User ID=sa;Password=secret
If you instead used:
Integrated Security=SSPI
then you would have create an application pool on machine B for the asp.net
application, and switch its identity to a domain account and then grant this
domain account access in machine A's SQL Server instance.