When I try to execute a .exe in my cgi-bin directory, I am told that I do
not have permission, even if I am logged on as the Administrator. I have
tried enabling all options such as execute permissions and write access, but
with no luck.
The file is a compiled C++ program, and is being called by a POST method in
my web page.
I am on a FAT32 partition, but the same happens on the NTFS partition.
Does anyone know what is wrong with my setup?
Graeme