Ask a Question related to ASP, Design and Development.
-
Chad Lupkes #1
CDONTS for IIS 5.1
Hi all,
I'm trying to get a better understanding of how to use CDONTS on a web
server, and I find that I don't have it installed on my own. I'm running XP
Pro w/ IIS 5.1. Where can I go to install what I need to get it to work on
my system?
--
Chad Lupkes
[email]chadlupkes@yahoo.com[/email]
[url]http://www.chadlupkes.com/[/url] (Under Construction, of course)
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
Version: 6.0.497 / Virus Database: 296 - Release Date: 7/4/2003
Chad Lupkes Guest
-
cdonts.dll on x64
Hi... I know I'm probably going to take a lot of grief over this, but we have a pile of legacy code still using CDONTS on 32-bit systems. We're... -
CDONTS
CDO.Message see www.aspfaq.com CDONTS has been phased out. the last OS to include it was Windows 2000 -
CDONTS vs CDO
OK, so obviously cdonts doesnt work with ii6. Why its depreciated, i dont know. What i need to know is how to just send a simple email, my old... -
using CDONTS on XP iis 5.1
Hi Folks. Trying to use ASP to submit data to both an access database and to an e-mail address at the same time. After downloading the example... -
CDONTS & BCC
Hi I have a website hosted on a virtual server, and am trying to run a script that sends an email with a BCC address. The email gets sent just... -
Tim Williams #2
Re: CDONTS for IIS 5.1
Try looking at CDO instead - AFAIK CDONTS is pretty much replaced by that.
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncdo121/html/collabdataobjs.asp[/url]
Tim
"Chad Lupkes" <chadlupkes@yahoo.com> wrote in message
news:uUWvSI1QDHA.2320@TK2MSFTNGP12.phx.gbl...XP> Hi all,
>
> I'm trying to get a better understanding of how to use CDONTS on a web
> server, and I find that I don't have it installed on my own. I'm runningon> Pro w/ IIS 5.1. Where can I go to install what I need to get it to work> my system?
>
> --
> Chad Lupkes
> [email]chadlupkes@yahoo.com[/email]
> [url]http://www.chadlupkes.com/[/url] (Under Construction, of course)
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
> Version: 6.0.497 / Virus Database: 296 - Release Date: 7/4/2003
>
>
Tim Williams Guest
-
Aaron Bertrand [MVP] #3
Re: CDONTS for IIS 5.1
> I've heard that, but CDONTS is the only email service available on the
Then you'll need to develop on a compatible development machine. (Why isn't> server that the website uses, so I need to learn how to use it anyway.
CDO.Message available on the deployment server?)
Or, you could write code that conditionally tests for the operating system
(or the machine name). You could even encapsulate this functionality in an
include file so you don't have remnant pieces of code all over the place,
just one function that either decides which function to use at runtime, or a
different include file in each environment.
For CDO.Message syntax, see [url]http://www.aspfaq.com/2026[/url] (scroll down to the
part that talks about Windows XP).
Aaron Bertrand [MVP] Guest
-
Aaron Bertrand [MVP] #4
Re: CDONTS for IIS 5.1
> Nonsense.
Unless they're running NT 4.0
Aaron Bertrand [MVP] Guest



Reply With Quote

