I have an internal website that is on computer A and it connects to computer B through a connection string. The website can load the data from the database and view it, but when I try to edit that data, I get the above message.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
I set this same website up at another site with the same install of SQL Server and apparently the same settings on computer A and computer B, however at the new site, I cannot update via the website. I've checked all settings I know of through the Management Studio.
The login was made a member of the db_datareader and db_datawriter on the database. Password was verified as okay.
What would make this connection not allow update, when all settings appear to be properly set?