The app is, primarily, a Form app, so I wouldn't rewrite it as an ASP app.<BR><BR>I was just hoping I could write some sort of bridging class that would funnel content through to an ASP-hosting ...
The same way you would normally using Main(). Your app still gets started by calling the entry point and the entry point overloads are still applicable. Just use the EntryPoint(string[] args) overload ...