Like captain's recent thread, or creativework's "asp.net dp connection" thread, I'm having problems with a MySQL database.
My site is a minor variation on the 'personal website template' provided with VWD 2005 Express. As such it has 2 MySQL databases, I believe one for logons and one for photos. The whole site works fine locally, but when uploaded "as is" (to an RFH site with asp.net support) it fails with a security error, part of which is copied below.
I gather that I have to do something to enable this to work on the real site, but I've no idea what. Most of the stuff in the aforementioned threads might as well be in Chinese for all it means to me. Likewise the advice in the error message to "review the stack trace". So: is the process of getting a site that works locally to work remotely simple, and if so could someone detail the steps for me; or is it complex, and if so what do I need to read to understand the process?
Thanks
The error:
Server Error in '/' Application.
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
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: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)


Reply With Quote

But think about the NEt Connector... is free and works fine. I've used it in an huge project (Automotive DMS) written in .Net v.2, and works really fine 
Bookmarks