Jump to content

joten

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by joten

  1. Were there any changes on the ASP .NET library? A couple of things don't work anymore, such as ...

    • System.Net.Mail doesn't exist anymore
    • String doesn't have the function Contains anymore ...
    • And I suppose there are more ...

    Is this only temporary or do I need to change my code?

     

    Thanks in advance for the reply

  2. Before the server downtime, I had no trouble with the remote MySQL access.

     

    But now, every time I try to connect, I get an error:

     

    Could not connect to the specified instance

     

    MySQL Error Number 2003

    Can't connect to MySQL Server on 'heliohost.org' (10060)

     

    Has anything changed? Any ideas?

     

    Thanks in advance for the help!

  3. The MySQL ODBC connection works fine now using remote SQL from my localhost with ASP.NET. So MySQL is definitely compatible with ODBC. When attempting the same on 'stevie', I get the error 'libodbc.so'. http://bouwproject.heliohost.org/Nieuws2.aspx

     

    I suppose there is a driver missing on the webserver? Is there any chance you could install that (cause PHP is no option in my case)? I suppose other (existing or future) members could also benefit from it?

     

    Thanks for looking into this!

     

  4. Thanks for the suggestion Sungazer but I still get the same error. Do you have a working MySql connection in ASP.NET on heliohost?

     

    @djbob: I'm working with ASP.NET code on the pages, so a combination with PHP is - in my opinion - not possible. Or is it?

  5. I am trying to connect to the MySql database with ASP .NET using ODBC.

     

    I can access my local MySql server on my local machine with the connection string: Driver={MySQL ODBC 3.51 Driver};Server=localhost;Database=myDataBase; User=myUsername;Password=myPassword;Option=3;

     

    What ODBC driver should I use on Heliohost? He doesn't seem to find one. I get the error: [unixODBC][Driver Manager]Data source name not found, and no default driver specified

     

    Or is there any other way to access?

     

    Thanks for the help!

  6. So, when I want to add another file - to allow ASP.NET to modify - I will have to ask you again, if I understand it?

     

    Can I change the content of a XML file offline without losing the permission? (So first copy the file to my local system, do some modifications and copy the file back online) If I keep working with the same file there will be no problem. Am I correct?

     

    Thanks for the clarification

  7. No problem. All the files should be working now.

     

    Could it be that the added permissions are deleted again? It doesn't work anymore.

     

    Thanks for the help!

     

    EDIT: I just think of the fact that I recopied the files to the directory. Are the permissions on each file separately or on the directory 'files'? In the first case it could make sense that the permissions are gone due to the recopying. In that case, is it possible to grant ASP.NET write permission on everything that is located in the 'files' directory? Thanks

  8. Accessing the file I specified works fine now. But I suppose you only changed the rights for that particular file. I have multiple files, all located at the "/home/bouwraad/public_html/Files"- directory. Is it possible to change the permission for that whole directory?

     

    Thanks for the quick support!

  9. My ASP.NET code modifies XML files in a local folder. Everything works fine on my localhost. But at heliohost I get the following error: Access to the path "/home/bouwraad/public_html/Files/Tellers.xml" is denied.

     

    Can this be solved? Can ASP.NET be given the right to modify files?

     

    Thanks for the help

  10. I didn't use C# before, but I could give it at try.

     

    I will have a lot of work transforming my current code. I tried changing the page declaration from VB to C# already on the Test-page and there is no error anymore. So I suppose that would be the best solution ...

     

    Thanks for looking into this! I appreciate the help!

  11. I'm having problems to get my ASP .NET site to work.

     

    This simple page - with code below - gives a HTTP 500 error: http://bouwproject.heliohost.org/Test2.aspx

     

    <%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %>

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

    <html>

    <head>

    <title>Untitled Document</title>

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

    </head>

    <body>

     

    TEST

     

    </body>

    </html>

     

    When I remove the page language declaration at the first line, the page loads fine:http://bouwproject.heliohost.org/Test.aspx

     

    I suppose there is something wrong with ASP .NET on the server.

     

    Does anyone have a ASP .NET site running?

     

    Thanks for the help

     

  12. I tried the same on my account but I get the same error: http://bouwproject.heliohost.org/Test.aspx.

     

    That's the page content of Test.aspx:

     

    <%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %>

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

    <html>

    <head>

    <title>Untitled Document</title>

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

    </head>

    <body>

     

    TEST

     

    </body>

    </html>

     

    I don't know what could be wrong!

     

    Thanks for your help ...

×
×
  • Create New...