windows app with executable file for email tracking

manared

Well-known member
Joined
Jun 1, 2006
Messages
84
Programming Experience
1-3
Hi, I have downloaded the VB code from this site: http://www.aspnetemail.com/samples/emailtracker/default.aspx
It is for an email tracking program. I have converted it to 2005 but now I am stuck. I'm pretty sure that I have to create an executable file, but how do I do this? Then, do I have to call this executable from a different program? Thanks in advance and let me know if I should give any more details on this subject.
 
Thanks for the site, I'll bring that up to my manager to see if that's something that can be done.

But we were thinking with an HttpModule we would be able to figure out who reads our emails/newsletters, when they do it, and where they are located. So I'm still trying to get the httpmodule to work. Still not sure how to do the executable or make the DLL an executable so I can use it either with the same program or a different one that calls the executable. Any other suggestions?
 
HttpModule will only work with a ASP.NET web server solution.
 
Back
Top