In recent times, a particular page in my web app throws the
Exception Details: MySql.Data.MySqlClient.MySqlException: Timeout expired. The timeo
I encountered the same problem with yours, and I found this MySQLConnection--Specifying default command timeout.
Just add "default command timeout=xxx" into your connectString, this key's value is in seconds. I tried and it worked for me.