ASP.Net Web Application with Devices
-
Hi, I want to develop an ASP.Net Application (Financial and Accounting System), and this application must connect to many devices that connected to the client PC such as Cash-Drawer, POS Printer, Checks Reader, Scanners, and any device that can be used for this system. My Question is: is it possible to deal and connect with all of this devices using the asp.net classic web form application. Or to do the best I must create the application as a windows Forms Application. Thanks a lot
-
Hi, I want to develop an ASP.Net Application (Financial and Accounting System), and this application must connect to many devices that connected to the client PC such as Cash-Drawer, POS Printer, Checks Reader, Scanners, and any device that can be used for this system. My Question is: is it possible to deal and connect with all of this devices using the asp.net classic web form application. Or to do the best I must create the application as a windows Forms Application. Thanks a lot
A windows form will generally have more rights to access the local pc than a web app will so that would likely be better, in my opinion.
There are two kinds of people in the world: those who can extrapolate from incomplete data. There are only 10 types of people in the world, those who understand binary and those who don't.
-
A windows form will generally have more rights to access the local pc than a web app will so that would likely be better, in my opinion.
There are two kinds of people in the world: those who can extrapolate from incomplete data. There are only 10 types of people in the world, those who understand binary and those who don't.
Thank you, do you know any library that we can use it to connect to this devices or how to do this. Thank You
-
Thank you, do you know any library that we can use it to connect to this devices or how to do this. Thank You
I don't. Each device will have it's own way of communicating. Not sure if there is any library to help with that.
There are two kinds of people in the world: those who can extrapolate from incomplete data. There are only 10 types of people in the world, those who understand binary and those who don't.