Hi,
I've had to move a web application from one server to another. However, on the new server, attempting to log in fails with the following error. This log in involves SQL Role manager and LLBLGen to retrieve the user object.
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. (provider: SQL NetworkInterfaces, error: 26 - Error Locating Server/Instance Specified)
I've updated the connection string to be correct (tested by creating a SQLDatasource using the same connections string).
Is there somewhere in the LLBLGen classes that may be storing the old connection string?
I have an App.Config which I've updated too, although I'm not sure if this is doing anything.
Thanks,
R