E
EP
This post isn't how to host pages outside of IIS, but how to fix a problem
when doing so.
I'm hosting asp.net pages outside of IIS using the normal
CreateApplicationHost method.
If all of the code is in the aspx page, it processes fine.
However, if I try to let the page inherit from some other class defined in
the exe (codebehind), it cannot load the inherited type. Why is this?
when doing so.
I'm hosting asp.net pages outside of IIS using the normal
CreateApplicationHost method.
If all of the code is in the aspx page, it processes fine.
However, if I try to let the page inherit from some other class defined in
the exe (codebehind), it cannot load the inherited type. Why is this?