Stevie Night
New Member
I want to run an ASP.Net app on an ISS-Server (Windows Server 2008).I have installed the "MySQL-Connector" and the MySQL-DB. I published the ASP.Net app and copied the result into the wwwroot folder.When i try to run the app, the following errormessage shows up:\[code\]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 error 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 was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the 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) +1402071 System.Data.EntityClient.EntityConnection.GetFactory(String providerString) +34\[/code\]I can't fiqure out why this error is thrown, because i definitely installed the connector.Should I add something in the Web.Config or somewhere else?