User-290742676 posted
Thanks Scott.
Yah, I'm familiar with the differences between Redirect and Transfer. I was wanting to use Transfer to eliminate a round trip and more importantly, to have the ability to get at the called object (to read properties and such) using a context handler.
I wasn't sure if there was a way to change the url (when the page finally reaches the client) using a custom httpmodule or httphandler (on the server). I've heard there is a way to do it...although I'm not sure how one would go about it given the
seperation of the client and server using a Transfer.
Thanks again,
Mark