Hi,
I've written a Generic Handler so I can access my server's COM port through javascript.
I'm doing this, because I'm writing a Web Interface to an ESP-88 from BOSE, for internal use. The code must be configurable, and I added routines for both TCP/IP support and RS232.
In a desktop app, the code runs fine, but in an ASP.net 4.0 App, the code crashes with the error "Access to the port 'COM2' is denied.". TCP/IP connections work, but serial is also required for us.
So please, how do I let ASP.net apps use my COM interfaces?
Thanks! Yvan