I
ian.johns
We have an application where a manufacturing company has a dedicated PC
to help manufacture our product. This PC needs to:
1/ download information from our web site application;
2/ pass that information via a local application to a piece of hardware
attached to the PC via a COM Port;
3/ pass a log file back to our site (this could be ftp).
We have full rights and access to that PC.
We would like to make this as seemless as possible for the user. Just
bring up the information on a web page then press a button. We do
*not* want the user to actively download a file (Save As...). Just have
the information passed and start the local process.
What would be the best way to do #1 and #2 above in .Net?
A User Control talking to a Web Service? An executable talking to a
Web Service?
to help manufacture our product. This PC needs to:
1/ download information from our web site application;
2/ pass that information via a local application to a piece of hardware
attached to the PC via a COM Port;
3/ pass a log file back to our site (this could be ftp).
We have full rights and access to that PC.
We would like to make this as seemless as possible for the user. Just
bring up the information on a web page then press a button. We do
*not* want the user to actively download a file (Save As...). Just have
the information passed and start the local process.
What would be the best way to do #1 and #2 above in .Net?
A User Control talking to a Web Service? An executable talking to a
Web Service?