Dear friends,
I made an astronomical application in PB 3.2 DOS to be used in a webserver.
I had my site in a Linux server, but in order to be able to run exe files I changed to a NT one.
The problem is each time I try to run the program, I get a 500 internal error server.
The program seems to be fine - it runs in my windows computer.
I think the problem might be the paths to the files. I even tryed to capture the error with an "on error goto" where I try to write to a file the ERR value.
Do you have any ideas?
Best regards,
Rui Fernandes
------------------
Kepler
I made an astronomical application in PB 3.2 DOS to be used in a webserver.
I had my site in a Linux server, but in order to be able to run exe files I changed to a NT one.
The problem is each time I try to run the program, I get a 500 internal error server.
The program seems to be fine - it runs in my windows computer.
I think the problem might be the paths to the files. I even tryed to capture the error with an "on error goto" where I try to write to a file the ERR value.
Do you have any ideas?
Best regards,
Rui Fernandes
------------------
Kepler
Comment