 
        
                ASP’s Response.Write disaster
      Were you foolish enough to be creating a web application with ASP, then you will be used to
      using the Write method of the Response
      object to stream HTML to the web browser of your client.  Today
      I got caught out by a serious limitation of the implementation
      of Response.Write.  (And this is not the first time
      it has leapt out and bit me, either.)
    
Read more