Jump to content

joten

Members
  • Posts

    23
  • Joined

  • Last visited

joten's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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
×
×
  • Create New...