Integration with ASP WebForm app?

I've assumed responsibility for an ASP WebForm app and am wondering if anyone has tried integrating WebCore with ASP.


What I'm imagining is an ASP WebForm which becomes a SPA implemented by a WebCore application.

Haven't been able to take the time to investigate but does anyone thing this is possible?

We have not gone this route, so no experience in this area.
I'm also not sure I fully grasp the concept and need to go this route?

I have a very complex form to implement and a short time to get there.


It would be weeks or longer with WebForms.

I can probably do it in just a few days with UNIGui which I might use for demo purposes, but it really needs to be finally implemented in an ASP application with Bootstrap themeing.  And I'm not an expert in ASP WebForms.


WEB Core produces a JS file that handles the UI for the web form. If you invoke this JS from an ASP page, it should render the UI on your ASP web page.