Windows 11, I have an EXE file that accepts a parameter. After processing that parameter, it returns some data. I want to send this parameter to this EXE file from my ASP.NET website and receive back the response from the EXE.
How to do this?
Thanks and regards
Abdul Ahad Khan