Ok it's wonderful to hear, but now I have two questions.
1. Can I use external MySQL Database (I mean database hosted on different server, not HelioHost)?
2. Can I use my own MySQL Connector (provided with my app in bin folder as standard .Net assembly DLL) instead of yours "system-wide" version (in GAC)? If not, could you please tell what version is installed on server?
I'm asking because my app throws me this exception:
MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts. ---> System.Net.Sockets.SocketException: Connection refused at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x00000] in :0 at System.Net.Sockets.Socket+Worker.Connect () [0x00000] in :0 --- End of inner exception stack trace --- at MySql.Data.MySqlClient.NativeDriver.Open () [0x00000] in :0 at MySql.Data.MySqlClient.Driver.Create (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x00000] in :0 at MySql.Data.MySqlClient.MySqlConnection.Open () [0x00000] in :0
and there is not much ASP.NET related support information here on HelioHost