In Framework 4.0 I have a little console app. I have a self-contained .aspx page (no codebehind) and would like to run the console app just to host this page. I searched around for tricks with System.ServiceModel.Web or System.Web.Services trying to find a way to do this.
Can anyone help me get clue?
Thanks.
Have you seen this article? It’s not written for asp.net 4.0, it’s written for asp.net 2.0, but I don’t think there’s much difference.