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.

Was this answer helpful?

 Print this Article

Also Read

I am using ASP.NET and Internet Explorer Web Controls and it does not work when I open the page. What is wrong?

For Internet Explorer Web Controls to work properly you need to have the required HTML...

How to enable ASP.NET SQL Server Session on your web application

SQLServer mode stores session state in a SQL Server database. Using this mode ensures that...

Sample Code : Connecting to a MySQL database with ASP using a DSN-less connection

  Here is the connection string, you can use to connect to a MySQL database with ASP :...

How can I enable ASP.NET 2.0 on my website?

You can switch the .NET Framework version for your webiste using the Web Site Settings section in...

There is three types of ASP.Net sessions :

1)Inprocess session   (it's stored by default in web.cofig File and use for same...