idontknowtryit
Electrical
- Aug 11, 2005
- 3
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 that file with my app. I'm looking for a more effcient way.
Is there a way to get application variables from an asp page to an exe.?
I've tried this from another web site
WshShell = CreateObject("WScript.Shell")
WshShell.Run("C:\ConsoleApplication1 "& sendValue)
WshShell = Nothing
But get access denied errors?
Whats the best way to do this?
I'm not a programmer so dumb it down the best you can
I'm using XP pro, vb.net Std and IIS
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 that file with my app. I'm looking for a more effcient way.
Is there a way to get application variables from an asp page to an exe.?
I've tried this from another web site
WshShell = CreateObject("WScript.Shell")
WshShell.Run("C:\ConsoleApplication1 "& sendValue)
WshShell = Nothing
But get access denied errors?
Whats the best way to do this?
I'm not a programmer so dumb it down the best you can
I'm using XP pro, vb.net Std and IIS