I am exploring the self-hosted option of OWIN to provide a web based management UI to a Windows console / service application and am having a tough time in finding an example that allows my app to serve up an ASPX page.
As far as I can tell this should be possible since it uses the asp.net pipeline.
The examples I have found so far are MVC based but my project is straight ASPX pages and I have no knowledge with MVC (nor do I really want to learn at this point).
Anyone have any experience how to do this.
Additionally and this is going out on a limb - we are using the Spring.Net framework which has a number of custom httpModules for context and session management and integration with the asp.net pipeline and will eventually need to integrate those as well.
Thanks in advance.
Whatty
Go to the complete details ...