I get an error 'Server.CreateObject Failed' when I try to use CDONTs. What can I do?

CDONTs is no longer supported on Windows 2003 server.  Microsoft introduced CDO back several years ago to replace CDONTs.

You will need to convert your code to use CDO. 

For more information on CDO, please visit

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdosys/html/_cdosys_about_cdo_for_windows_2000.asp

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I send email from ASP using SMTP Authentication?

Please note that our mail server is configured with Authentication. Below is the code snippet...

How to connect to MSSQL from ASP Coding

Before you can access your MS-SQL Server database from your ASP code , you need to connect to...