S
Steven Livingstone
Hello all.
I have a class that modifies the response sent to a user, but it works as
far as the ReleaseRequestState event and not in the UpdateRequestCache
event. So two questions :
1. Background on exactly what and why this is the case would be useful. I
mean something more than "This event signals that code processing is
complete and the file is ready to be added to the ASP.NET cache." - i'd like
to know exactly what is happening under the covers in these events.
Pointers/explanations appreciated.
2. If i wanted to modify something in the content in the
PreSendRequestContent event before the buffer is flushed to the user, is
this possible? Say i wanted to replace all instances of the string "Java"
with "dotNet" in the output content for example.
thanks for any advice,
steven
I have a class that modifies the response sent to a user, but it works as
far as the ReleaseRequestState event and not in the UpdateRequestCache
event. So two questions :
1. Background on exactly what and why this is the case would be useful. I
mean something more than "This event signals that code processing is
complete and the file is ready to be added to the ASP.NET cache." - i'd like
to know exactly what is happening under the covers in these events.
Pointers/explanations appreciated.
2. If i wanted to modify something in the content in the
PreSendRequestContent event before the buffer is flushed to the user, is
this possible? Say i wanted to replace all instances of the string "Java"
with "dotNet" in the output content for example.
thanks for any advice,
steven