Click here to Skip to main content
15,905,420 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I just got a web application that was transferred to me to finish. I have step my microsoft management studio. The issue i'm having now is that, each time i run my application and i supply a wrong username or password, i get an error message that my login credentials are wrong. but when i supply a correct username and password, i cant the following output from my browser

Server Error in '/' Application.

Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unable to connect to any of the specified MySQL hosts.

Source Error:

Line 283: Line 284: Line 285: Line 286: Line 287:

I have searched all through the internet without an answer. What could be the cause?

What I have tried:

Tried to check my connection string, and it is okay
Posted
Updated 17-Oct-16 4:42am
v2
Comments
#realJSOP 17-Oct-16 8:22am    
Did you ask the original developer for help?
[no name] 17-Oct-16 8:22am    
The cause is probably exactly what it says, "Unable to connect to any of the specified MySQL hosts".
#realJSOP 17-Oct-16 8:32am    
I wasn't aware that Management Studio could even connect to MySQL databases...
[no name] 17-Oct-16 8:53am    
Yeah that part doesn't make any sense. He probably doesn't know that there is a difference between SQL Server and MySQL.
Mcbaloo 17-Oct-16 9:39am    
of course i do know that there is a difference between sql sever and Mysql. I have been using Mysql for my asp.net projects for a while. For this issue, i just got the code and database from a co-worker that just left. All i did was to change the config file to ask to provide my own sql details then run the codes. I made use a one of the registered username and password and all i got was the error which i have written above

1 solution

Well, i had to uninstall the mysql connector running on my system for me to access my sql server. Can't say why this is so but it got my issue solved .
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900