I currently have an ASP site which utilizes the smtpsvg.mailer dll. In my current setup, everything works fine, I'm able to use this dll with no problem. Well I rebuilt my webserver and moved the same site over to the new server, including the dll that is used for smtpsvg.mail.
But now on my new server, I'm getting an error message ("this evaluation component has expired"). If I use the following code, I find that it is expired; Response.Write(mailer.expires). And it's telling me that it expired in 2000, which is odd because this site is used everyday by my company without a hiccup. So how is it working on my old server, which is where it was originally installed? How can I move this dll over to the new server?
I don't want to migrate over to other coding options (CDONTS), because that would take a lot of coding as this site is pretty large.