I hope someone here can help me with a problem. I have many, many .asp pages that use connection strings that are on .asp pages. This has worked just fine for over seven years, and through various types of servers, the last being a VPS with IIS4 (or was it 5?).
Anyway, I'm moving my site to a Cloud server running IIS7, and I'm getting 500 errors. I brought the databases into Enterprise Manager, and I'm able to run queries on that, so the databases are fine.
The problem is the connection strings, and I can't seem to find any that work. The hosting company (well-known and very well-respected) doesn't have any coders as such, and so they'll be of limited help.
Here's an example of a simple connection string I've tried. It's not much different than the string I'm using on the VPS.
"Provider=SQLNCLI10;Server=MyServerIP;Database=myDatabase;Uid=MyID; Pwd=APassword;"
Any ideas what I could be doing wrong?
Replies are very, very much appreciated.