Hi Bex
When you changed the connection string in the web.config, it looks like you mistyped something. Check that it is formatted correctly, something like:
Code:
"Data Source=192.168.0.98;Initial Catalog=Northwind;"
If you're not sure, please post the whole connection string line.
Phil