The Text Renderer is one example
of dynamic content made possible by the Generic HTTP Module.
For a simpler example, consider the image on the left. If you look at the source
for this page, you'll see that the URL for that image is "fern.png". However, no
such file exists on the server. I've used the Generic HTTP Module to redirect all
requests for "fern.png" to a handler which draws a fractal fern in real time.
|