Greetings!
I\'ve created an APSX web form that returns a remote image based on some supplied parameters. It can be used like this:
Use an ASHX generic handler and use the HttpRuntimeCache (Cache object) to do the job as Codebrain said. It will be faster and WAY more flexible.