Part of the legacy ASP environment of a site being migrated to W2K3 is the use of CDONTS, as in
Set objMail = CreateObject("CDONTS.NewMail")
Thanks to Tim Coffey for the tip (via google.)
From: Tim Coffey (timcof@online.microsoft.com)
Subject: Re: Help. ASP CDONTS form failing
Newsgroups: microsoft.public.inetserver.iis
Date: 2003-09-02 03:26:36 PST
If you moved to W2K3 Server, then by default, you cannot use CDONTS. However, it is still supported. Just move over cdonts.dll from a W2K server, and register it (I believe that is all you need to do). However, CDO is the way to go! Much better performance than the old cdonts technology. Should you need more, try here: microsoft.public.inetserver.iis.smtp_nntp
Thank you. I hope this information is helpful.
Tim Coffey [MSFT]