Hi.
I have a question about CDONTS.
I have Windows XP, XP SP1 and IIS 5.1 installed.
From a page I want to send an email after a form has been completed. When the page is on my providers server, it works fine.
But I want to test the page from my local machine.
Does anyone have an idea why CDONTS does not work?
The error is:
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
J:\INETPUB\ line 56
The code on line 56 is:
Set ObjMail = Server.CreateObject("CDONTS.NewMail"
So it has something to do with the creation of the CDONTS object.
Do I have to install something more for the use of CDONTS?
Regards,
Maderere.
I have a question about CDONTS.
I have Windows XP, XP SP1 and IIS 5.1 installed.
From a page I want to send an email after a form has been completed. When the page is on my providers server, it works fine.
But I want to test the page from my local machine.
Does anyone have an idea why CDONTS does not work?
The error is:
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
J:\INETPUB\ line 56
The code on line 56 is:
Set ObjMail = Server.CreateObject("CDONTS.NewMail"
So it has something to do with the creation of the CDONTS object.
Do I have to install something more for the use of CDONTS?
Regards,
Maderere.