Jump to content

Search the Community

Showing results for tags 'c#'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 7 results

  1. I've been emailing, but was told to post here to get a response. I have been trying to upload my ASP.NET MVC site for the past two days, but I realized I have to have help from staff to do it first. Is there anyone that could help me with that?
  2. Hi, I want to use aspx .net pages in my site. Please guide me how to enable .net. I already uploaded my build in my site but it throwing an error. My domain: kesavan7.heliohost.org Thanks, Kesavan
  3. Hi all, Super cool service you've got set up. I'm trying to get it all working for me, and I'd like to ask about some logistics. I'm running a small indie game development company, and I like to run really small, light, websocket servers to do things like stats and matchmaking. That in addition to .html splash pages. I've got an existing server written in Java that I'd like to use here. I've just received access on the Tommy server, and I'm in the queue for Java support -- so that's great. I'm migrating from Openshift due to their policy changes. I'm posting here now because I have to write a new server for my next game soon, and since I'd like to use C#, ASP.NETbecomes a good choice. May I run both a Java websocket and C# websocket applications? I'm happy to donate if it all works out, this place seems like a young hacker's oasis. Best, Tommygun
  4. For some reason I am not able to access tables in MySQL database hosted at thank.heliohost.org through C#. The connection is establish but as soon as I try to access the table data, it creates an exception stating access is denied. I don't understand how that is possible as I can access the same data through MySQL workbench app on the same PC. Can you please help me. Username: shyamal_1 Domain: thank.heliohost.org Server: stevie
  5. I'm proposing that HelioHost the wepay module for PHP, Ruby, Python, C#, and maybe Java. They SDK is free and Open Source and I think would make a great addition to the hosting service. https://www.wepay.com/developer/resources/sdks PLease consider this. UPDATE: This module might also need the web module for python. http://webpy.org/install
  6. I am currently using helio to host my database as my other provider doesn't allow me to have remote connections. I require remote connections for my SQL database as i am currently working on a project. This project is a program. The program must be able to access the database and pull and submit values from my database. I am currently making the program in Microsoft Visual C# 2010 Express and i am having issues connecting to the database. here is my current code: static void Main() { using (SqlConnection myConnection = new SqlConnection("user id=lachee_admin;" + "password=SECRETWORDS;server=johnny.heliohost.org;" + "Trusted_Connection=yes;" + "database=lachee_BrutalGame; " + "connection timeout=2")) { try { myConnection.Open(); } catch { MessageBox.Show("Could Not Connect To Database", "Connection Error 001", MessageBoxButtons.OK, MessageBoxIcon.Error); } Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Lobby()); } } For some reason, it cannot connect to the database. It states (when not surrounded my try and catch): I am sure that i have allowed remote connection to my database because I have inputted the wildcard (%). Is there anyway to connect? Does helio even support external program connection?
  7. How can i fix this error ? http://williamx.heliohost.org/ My web.config like this <?xml version="1.0" encoding="utf-8"?> <configuration> <system.web> <compilation debug="true"/> <authentication mode="None"/> <customErrors mode="Off"/> </system.web> </configuration>
×
×
  • Create New...