tags:

views:

18

answers:

1

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

A: 

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

Chris Haas
My web config matches my local config. No luck yet
Charles
The problem had nothing to do with the stored proc, thanks everyone.
Charles