Thanks,
I have created a user on the remote database server, and given it
permissions to my database.
How do I connect to the database using that user-account? Can I specify
the user and password in the connectstring? However I have tried, but I
get this exception:
Login failed for user '(null)'. Reason: Not associated with a trusted SQL
Server connection
Any suggestions on how to get connected to the database ?
TWH
Miha Markic said:
In Sql authentication mode yes. If Windows auth. then no.
--
Miha Markic [MVP C#]
RightHand .NET consulting & development
www.rthand.com
Blog:
http://cs.rthand.com/blogs/blog_with_righthand/
Does ADO.NET send the password and other information over the network
in clear text when using System.Data.SqlClient.SqlConnection?
TWH