Hello all,
I'm creating a webpage to hook up to a database, I'm able to create an AccessDataSource and view the data via the GridView on a webpage. Problem comes in when I create a SqlDataSource. I'm using Visual Web Developer and the locally run test page works fine, however when I put the webpage on the server and try to run it give me an error.
See below for the error I receive....
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: 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 a ...
Go to the complete details ...