I having been working on java web-start applet for serial communication which I now need to integrate and make it invoke able from an ASP .NET webpage / application.
I have tried numerous ways of doing this which all have not yielded anything progressive. including but not limited to the jws deployment script and the ASP applet tag.
The applet is signed, and will be deployed in a secure zone.
I just need it to work on IE (for now), further cross browser compatibility will be developed as time goes by.
using a simple static HTML page, the browser can load the applet quite successful, but 'always' fails to load on a dynamic ASP .NET page. with that, the place holder for this section has no dynamic HTML output, would it be better if I generated this html dynamically ? I don't know, I just need t get this done and move on.
Any advice would help.
I know, from my experience messing with system resources from web / connected applications in not ideal but I have been told the "just make it work that way" phrase which I believe most of you have came across.
Besides security concerns and values, to make this work am I missing something ?