Jump to content

objekt

Members
  • Posts

    4
  • Joined

  • Last visited

objekt's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, I have had an ASP.NET page running here for a month, but just recently it has stopped going to Default.aspx... instead it says 'Index Of /' and lists all files in the www folder. Is this something to do with my configuration, or has the server undergone changes recently? Please let me know if any more detail is necessary.
  2. Thanks. I added the remote wildcard thing, and things seem to be connecting properly now
  3. Hello, I am having trouble connecting to the mysql database. I am receiving this error: Access denied for user 'objekt_objekt'@'90.190.70.76' (using password: YES) Here is my connection info in C#... on conDB.open() it throws the error: MySqlConnection conDb = new MySqlConnection("server=216.218.192.170; uid='objekt_objekt'; password=some_pw;database=objekt_research; pooling=false"); conDb.Open(); I have tried with users objekt_objekt and objekt, and i have tried with server=stevie.heliohost.org, as suggested by this topic: http://www.helionet.org/index/index.php?showtopic=7132 In phpAdmin the user objekt_objekt is listed and has access to my dbs... i can run sql statements under this user without access denied messages
×
×
  • Create New...