I want to create a C # tool that should run on the Apache web server whenever it is called through PHP (for example, using the exec command). Since I'm new to this, it would be great if you could help me:
1) If I compile C # code on my Windows system using Mono and the msc command, will it create a file that can also be executed on Linux, i.e. on the Apache web server? (it is definitely executable on Windows) If not, how do I create Linux executables using Mono for Windows?
2) Is there something to consider when trying to invoke an application on an Apache web server through PHP? Permission Rights?
tyrex source share