0

My application produces this error System.Data.SqlClient.SqlException: Login failed for user..This started after I added a stored proc in my dbml file. It works fine in my local enviroment, but throws that error when deploy to staging sever. the user it displays is foreign to me

Charles
  • 1
  • 1

1 Answers1

0

Does this post solve your problem? It talks about moving the connection string from the app.config to the web.config

Community
  • 1
  • 1
Chris Haas
  • 53,986
  • 12
  • 141
  • 274