Jump to content

jaca

Members
  • Posts

    4
  • Joined

  • Last visited

jaca's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. jaca

    Scheduled Downtime

    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
  2. jaca

    Scheduled Downtime

    Can someone please tell me what's the current status of ASP.NET support because for me it still doesn't work. After placing simple test page in /public_html directory and requesting Default.aspx my browser receive blank answer with no html content. I see there is mod_mono module enabled, but is now ASP.NET support actually there?
  3. It is sad to hear, maybe someone should think about updating main page of HelioHost according to which ASP.NET is supported.
  4. Is there ASP.NET support enabled on the server? I've uploaded my site but when I am requesting it I receive only plain text content of requested file, so the server doesn't parse .aspx files. Is there anything I must do additionally to uploading my website to make ASP.NET pages available?
×
×
  • Create New...