Hi I want to make a web page that lunches an exe on the server when loaded i tried php:
exec('filename');
but this wont show the gui it only work with console apps
i also tried .net to do that it worked when debugging but not when using iis
any one can help me?