ConnectionString Problem!!! [modified]
-
hi dears, I upload my database to my sql server 200 host and have a website project in VS2005 with a connectionString like this "Persist Security Info=False;User ID=myUser; Password=myPass;Initial Catalog=myDataBaseName;Data Source=sql.myserver.org" . when I run my app on my pc I can connect(!!!) to database and show data in app, but when I upload my website I can`t connect!!! what should I do to fix this problem ? Regards, -- modified at 17:53 Thursday 2nd November, 2006
-
hi dears, I upload my database to my sql server 200 host and have a website project in VS2005 with a connectionString like this "Persist Security Info=False;User ID=myUser; Password=myPass;Initial Catalog=myDataBaseName;Data Source=sql.myserver.org" . when I run my app on my pc I can connect(!!!) to database and show data in app, but when I upload my website I can`t connect!!! what should I do to fix this problem ? Regards, -- modified at 17:53 Thursday 2nd November, 2006
-
error message is : Login Faild! the problem is I can connect from my pc , but when I upload the site it`s impossible...!