I have an ASP.NET app that accesses a SQL Server database with membership and roles tables included. The app works perfectly when run locally, but when I deploy it to a shared Godaddy host, write operations on the database seem to act funny. I added before my connection strings in web.config to see if the app was trying to access a different database, and I got the following error in machine.config (which I have no control over since it is a shared host):
The connection name 'LocalSqlServer' was not found in the applications configuration or the connection string is empty.
Any ideas about what might be causing this to happen? Thanks in advance.
- Jared