Hi,
You need to make sure your connection string in the user.config file is correct. After adjusting the connection string, be sure to open the web.config, add a space at the very bottom and then save it again. This will force the website to reload the web.config and in turn reload the user.config with the new connection string.
Hope this helps,
Joe D.