Faster to generate thumbnail and write to response in Handler or generate in Http module and let IIS
- by Ash
Hi there,
What will be faster:
Generate a thumbnail then write the stream to the Http response using an Http Handler.
Generate a thumbnail in a http module on one of the earliest events and let IIS handle the rest of the request.
Thanks,
Ash.