I tried that.
Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server
connection
This net (yes) stuff is killing me.
"Jeremy" <> wrote in message
news:7D71FDAD-9D95-4ED9-8667-...
> That all depends on how your application is configured to work, but from
the looks of it I'd say you need to change:
>
> <add key="ConnectionString"
value="server=localhost;UID=sa;PWD=admin;DATABASE= Test" />
>
> to something like:
>
> <add key="ConnectionString"
value="server=devsrv01;UID=sa;PWD=admin;DATABASE=t reeview" />
>
> HTH,
> Jeremy
|