vkwebcommander
01-29-2003, 12:05 PM
I recently had to rebuild my web server. My CDONTS was working perfectly before, but now I get an error when I attempt to send...
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/TonerSafety/maintenance/email_notification3.asp, line 60
Invalid class string
Line 60 on my email_notification3.asp page reads:
Set objMail = Server.CreateObject("CDONTS.NewMail")
I understand that the CreateObject failed, but can anyone help me determine what I need to install, or set, or whatever in order to get it working again? I have been to the Microsoft website, but the articles I found were less than helpufl.
I would really appreciate ANY help with this...
Thanks,
Tammi
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/TonerSafety/maintenance/email_notification3.asp, line 60
Invalid class string
Line 60 on my email_notification3.asp page reads:
Set objMail = Server.CreateObject("CDONTS.NewMail")
I understand that the CreateObject failed, but can anyone help me determine what I need to install, or set, or whatever in order to get it working again? I have been to the Microsoft website, but the articles I found were less than helpufl.
I would really appreciate ANY help with this...
Thanks,
Tammi