>Implement your own IHttpHandler, and write the image directly to the Response Stream. Implement your caching if needs be.
I just found a Scott <http://www.hanselman.com/blog/ASPNETFuturesGeneratingDynamicImagesWithHttpH andlersGetsEasier.aspx> Hanselman page where does this, turning text into images. It makes sense and I could pervert it to take a byte[] as data I suppose, but I was really hoping for an easier solution ... one where I don't have to write code or even think at all ;-) Greg
