K
kellygreer1
PHP will alllow you to build up an entire page and before sending that
out as the response.... you can grab all the text and do search and
replaces, add comments, make more CSS/XHTML compliant, etc...
I have bee trying to do the same thing in ASP.NET by manipulating the
Response.OutputStream.
I keep getting the error:
Exception Details: System.ArgumentException: Stream was not readable.
On this line:
StreamReader sr = new StreamReader(Response.OutputStream, true);
What is the correct way to read from this stream? and then push back
in your own contents and then let the Response complete?
Thanks,
Kelly Greer
(e-mail address removed)
replace nospam with yahoo
out as the response.... you can grab all the text and do search and
replaces, add comments, make more CSS/XHTML compliant, etc...
I have bee trying to do the same thing in ASP.NET by manipulating the
Response.OutputStream.
I keep getting the error:
Exception Details: System.ArgumentException: Stream was not readable.
On this line:
StreamReader sr = new StreamReader(Response.OutputStream, true);
What is the correct way to read from this stream? and then push back
in your own contents and then let the Response complete?
Thanks,
Kelly Greer
(e-mail address removed)
replace nospam with yahoo