Posted on: 12/19/2014 3:19:39 PM | Views : 533

I have a web application that now uses MySQL for the user database but I am having trouble getting it to work. When I go to the login.aspx page, it throws this error:
Format of the initialization string does not conform to specification starting at index 0.             
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: Format of the initialization string does not conform to specification starting at index 0.
Go to the complete details ...