Emergency

  • Thread starter Thread starter Shawn Zheng
  • Start date Start date
S

Shawn Zheng

I found the problem is the conneciton string seems did not take effect. Does
any one met this problem? I dragged connection string from Server exploer in
Visual Studio into web form. the form in this time only one dropdown list
box. and only one line code that tried to open the connection. I changed the
connection user id to I created login id, but SQL server still use the
blank name to login to the sql server. How do I resolve this?

Shawn
 
also make sure trusted_connection=false (or not present) if you're passing
in username and password
 
Back
Top