T
Tom
Is there any way to 'download' a control that could access hardware on
a PC? Reason is that I am considering retooling a client-server app of
ours over to ASP.NET (VB.NET). However, currently that app has options
that 'talk' over the serial port to a piece of hardware, controlling it
and getting information to/from it. The ASP.NET app would need to do
the same think.
Previously, in VB6, I believe one could do something like this by
'downloading' an ActiveX control and then having that talk to the
hardware and funnel the info back to the web app. (I never did anything
like that but believe that is generally how it was done) I need to do
something similar, but with ASP.NET (via Visual Studio 2005).
Any ideas? Or points to articles that describe how this is done? Thanks.
Chimp
--
a PC? Reason is that I am considering retooling a client-server app of
ours over to ASP.NET (VB.NET). However, currently that app has options
that 'talk' over the serial port to a piece of hardware, controlling it
and getting information to/from it. The ASP.NET app would need to do
the same think.
Previously, in VB6, I believe one could do something like this by
'downloading' an ActiveX control and then having that talk to the
hardware and funnel the info back to the web app. (I never did anything
like that but believe that is generally how it was done) I need to do
something similar, but with ASP.NET (via Visual Studio 2005).
Any ideas? Or points to articles that describe how this is done? Thanks.
Chimp
--