Page.ProcessRequest...

  • Thread starter Philipp Schumann
  • Start date
P

Philipp Schumann

Hi there,

I have added an aspx-Page "home.aspx" with the corresponding code-behind
class "home.cs".

I also have a HttpHandler class that implements IHttpHandler. Do you know
why the following code is not rendering my "home" page at all (only empty,
default HTML scaffolding code is "generated"), and what I am missing here?

void IHttpHandler.ProcessRequest (HttpContext context) {
using (Page page = new home ())
((IHttpHandler) page).ProcessRequest (context);
}

Many thanks,
Phil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top