Regards,
It is possible to apply these same concepts of interconnection with MySQL using asp: SqlDataSource??
<Asp: SqlDataSource ID = "MySqlDataSource" runat = "server" ConnectionString ="<%$ ConnectionStrings: MySQLConnectionString%> "
SelectCommand ="..."
ProviderName ="<%$ ConnectionStrings: MySQLConnectionString.ProviderName%> ">
</ Asp: SqlDataSource>
Comment because I run the development side I run everything perfectly, however when I run and to use my production level generates the following error, accessing web shared Windows hostig domain with asp/php/mysql/sqlserver in www.godaddy.com:
Unable to find the requested. Net Framework Data Provider. It May not be installed.
Description: An unhandled exception occurred DURING the execution of the current web request. Please review the stack trace for more information About the mistake and Where It Originated in the code.
Exception Details: System.ArgumentException: Unable to find the requested. Net Framework Data Provider. It May not be installed.
Source Error:
An unhandled exception generated WAS DURING the execution of the current web request. Information Regarding the origin and location of the exception using the Can Be Identified exception stack trace below.
Stack Trace:
[ArgumentException: Unable to find the requested. Net Framework Data Provider. It May not be installed.]
System.Data.Common.DbProviderFactories.GetFactory (String providerInvariantName) +1415431
System.Web.UI.WebControls.SqlDataSource.GetDbProviderFactory () +67
System.Web.UI.WebControls.SqlDataSource.GetDbProviderFactorySecure () +22
System.Web.UI.WebControls.SqlDataSource.CreateConnection (String connectionString) +11
System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect (DataSourceSelectArguments arguments) +117
System.Web.UI.WebControls.Repeater.GetData () +54
System.Web.UI.WebControls.Repeater.CreateControlHierarchy (Boolean useDataSource) +248
System.Web.UI.WebControls.Repeater.OnDataBinding (EventArgs e) +61
System.Web.UI.WebControls.Repeater.DataBind () +76
System.Web.UI.WebControls.Repeater.EnsureDataBound () +57
System.Web.UI.WebControls.Repeater.OnPreRender (EventArgs e) +15
System.Web.UI.Control.PreRenderRecursiveInternal () +103
System.Web.UI.Control.PreRenderRecursiveInternal () +175
System.Web.UI.Control.PreRenderRecursiveInternal () +175
System.Web.UI.Control.PreRenderRecursiveInternal () +175
System.Web.UI.Control.PreRenderRecursiveInternal () +175
System.Web.UI.Page.ProcessRequestMain (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2496
Version Information: Microsoft. NET Framework Version: 4.0.30319; ASP.NET Version: 4.0.30319.1
IN THE CONFIGURATION AREA SECTION GODADDY FOR APPLIANCE CONECTION, but not function:
Connector/Net 1.0 (.NET):
Server=fulanito.db.7994347.hostedresource.com; Port=3306; Database=fulanito; Uid=fulanito; Pwd='your password';
Thank you.
It is possible to apply these same concepts of interconnection with MySQL using asp: SqlDataSource??
<Asp: SqlDataSource ID = "MySqlDataSource" runat = "server" ConnectionString ="<%$ ConnectionStrings: MySQLConnectionString%> "
SelectCommand ="..."
ProviderName ="<%$ ConnectionStrings: MySQLConnectionString.ProviderName%> ">
</ Asp: SqlDataSource>
Comment because I run the development side I run everything perfectly, however when I run and to use my production level generates the following error, accessing web shared Windows hostig domain with asp/php/mysql/sqlserver in www.godaddy.com:
Unable to find the requested. Net Framework Data Provider. It May not be installed.
Description: An unhandled exception occurred DURING the execution of the current web request. Please review the stack trace for more information About the mistake and Where It Originated in the code.
Exception Details: System.ArgumentException: Unable to find the requested. Net Framework Data Provider. It May not be installed.
Source Error:
An unhandled exception generated WAS DURING the execution of the current web request. Information Regarding the origin and location of the exception using the Can Be Identified exception stack trace below.
Stack Trace:
[ArgumentException: Unable to find the requested. Net Framework Data Provider. It May not be installed.]
System.Data.Common.DbProviderFactories.GetFactory (String providerInvariantName) +1415431
System.Web.UI.WebControls.SqlDataSource.GetDbProviderFactory () +67
System.Web.UI.WebControls.SqlDataSource.GetDbProviderFactorySecure () +22
System.Web.UI.WebControls.SqlDataSource.CreateConnection (String connectionString) +11
System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect (DataSourceSelectArguments arguments) +117
System.Web.UI.WebControls.Repeater.GetData () +54
System.Web.UI.WebControls.Repeater.CreateControlHierarchy (Boolean useDataSource) +248
System.Web.UI.WebControls.Repeater.OnDataBinding (EventArgs e) +61
System.Web.UI.WebControls.Repeater.DataBind () +76
System.Web.UI.WebControls.Repeater.EnsureDataBound () +57
System.Web.UI.WebControls.Repeater.OnPreRender (EventArgs e) +15
System.Web.UI.Control.PreRenderRecursiveInternal () +103
System.Web.UI.Control.PreRenderRecursiveInternal () +175
System.Web.UI.Control.PreRenderRecursiveInternal () +175
System.Web.UI.Control.PreRenderRecursiveInternal () +175
System.Web.UI.Control.PreRenderRecursiveInternal () +175
System.Web.UI.Page.ProcessRequestMain (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2496
Version Information: Microsoft. NET Framework Version: 4.0.30319; ASP.NET Version: 4.0.30319.1
IN THE CONFIGURATION AREA SECTION GODADDY FOR APPLIANCE CONECTION, but not function:
Connector/Net 1.0 (.NET):
Server=fulanito.db.7994347.hostedresource.com; Port=3306; Database=fulanito; Uid=fulanito; Pwd='your password';
Thank you.