HttpHandler that tracks when an image is loaded in an email

Posted by Blankman on Stack Overflow See other posts from Stack Overflow or by Blankman
Published on 2010-04-09T14:09:22Z Indexed on 2010/04/09 14:23 UTC
Read the original article Hit count: 346

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET