ConnectionString Problem!!!
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi dears, I upload my database to my sql server 2000 host( a server on the internet) 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 website on my pc I can connect(!!!) to database and show data in app, but when I upload my website to my hosting area I can`t connect!!! what should I do to fix this problem ? Regards,