Adaptive Rendering followup...

Tags: Tech Geek

For some reason there is a bug with the feedback form for the previous post regarding adaptive rendering.  I gotten a few responses already...

Feel free to respond to this thread (if it works) instead of the other.

=========================

Drew Marsh Says:

Well, why use a Page at all in that scenario? Why not register a custom HttpHandler for a specific URL? Page has a bunch of unecessary overhead if you're not using Page features.

=========================

Jesse Ezell Says:

This is what custom http handlers (IHttpHandler) are for. Just implement the ProcessRequest member. ASPX files are for rendering web pages, not xml content.
 
=========================
 
I agree with both. Obviously an HttpHandler would do the job.
 

No Comments