HttpHandler that tracks when an image is loaded in an email
- by Blankman
I want to track whenever an email is viewed, so I figured creating a httphandler that reacts to an image, say whenever acme.gif is viewed.
is this straight forward?
Is it just a matter of putting the correct config setting like:
<add verb="*" path="/images/track/acme.gif" ... />
Is this correct?