Jump to content

joten

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by joten

  1. ASP. NET seems to be disabled. *.aspx pages don't load anymore (example). Is it possible to resolve that issue? Thanks in advance!
  2. Is anyone able to fix the ASP.NET support problem? My .aspx pages don't work, for a long time now ... Any ideas? My site: http://bouwproject.heliohoste.org Thanks in advance!
  3. 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 anymoreString 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
  4. It works fine now. Thank you!
  5. 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!
  6. Ah ok, I might make the switch in the near future. I'm first dealing with some other issues. Thanks again!
  7. Super! Everything works fine now ... Thank you very much for the support!
  8. 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!
  9. 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?
  10. 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!
  11. 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
  12. 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
  13. Everything works fine now, thank you!
  14. 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!
  15. 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
  16. 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!
  17. Yes, that works fine: Test Can the VB binaries be compiled or is that not possible? Thanks for the help
  18. 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
  19. Yes it does! Without the language declaration the page Test.aspx loads fine: http://bouwproject.heliohost.org/Test.aspx But, of course, I need the declaration for my code behind ...
  20. 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 ...
  21. I still get a HTTP 500 Error on my webpage http://bouwproject.heliohost.org/Index.aspx Should the ASP.NET 2.0 issue be resolved?
×
×
  • Create New...