CDONTS on Windows 2003 Server

  • Thread starter Thread starter Chris Thunell
  • Start date Start date
C

Chris Thunell

I am in the process of moving all my web applications from a windows 2000
server (IIS) to a windows 2003 server (IIS).

I have apps written in VS6, .net and .net2002 but i am having problems with
my VS6 applications, when they try to run the following code:

Set objMsg = Server.CreateObject("CDONTS.NewMail")

Is there anyway to install CDONTS on a windows 2003 server? I can't get
debugging to work on the new server so I can't give you an exact error
message... just that when I rem out that line... the program works fine.

Any thoughts BESIDES rewriting my code in .NET?

Thanks for your help!
Chris Thunell
(e-mail address removed)
 
Back
Top