Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Http Handler, done its job, how to hand request back to asp.net?

Status
Not open for further replies.

Tokhra

Programmer
Oct 1, 2003
134
ES
Hi all,

Im writing a url rewriting engine, and currently have static files mapped to my static http handler, which works fine and everything else going to my base http handler, which checks the requested url against some xml rules and if necessary rewrites the url, it will also check for default.aspx in directory requests.

This is all great, except once i've done this I need to pass the request back to where ever it would have originally gone so the page is processed.

Im not sure how I do this, what namespace or method it is, but figure it must be possible?

If anyone knows how you pass a request to asp.net so it processes the request please let me know,

Thanks,
Matt.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top