That works. I actually tried that at first but could not get it to work. To make Aspexec.dll work I had to make changes to 4 or 5 services to allow them to interact with the desktop. Those changes maybe the reason it works now.
Thank you for your help.
That will only run the exe. on the client side right?
I need a way to run it on the server. I found Aspexec.dll
that looks promising , but haven't got it working yet.
What I want to do is read and write to the parallel port
from a asp or aspx web page. I have written the program that can read and write to the parallel port, but need some way to get data from asp/aspx page to this application.
I have it working now by writing a file to the server then reading...