[thelist] Re: Server Error using CDONTS - ASP 0177 : 800401f3

Todd Richards todd at promisingsites.com
Wed Mar 2 10:05:33 CST 2005


I've had similar problems as well, then switched to using CDO instead.

Todd


dim objMail
Set objMail = Server.CreateObject("CDO.Message")
objMail.To = ""
objMail.From = ""
objMail.Subject = ""
objMail.HTMLBody = message
objMail.Send
set objMail = nothing 


-----Original Message-----
From: thelist-bounces-todd=promisingsites.com at lists.evolt.org
[mailto:thelist-bounces-todd=promisingsites.com at lists.evolt.org] On Behalf
Of Casey Crookston
Sent: Wednesday, March 02, 2005 9:04 AM
To: thelist at lists.evolt.org
Subject: [thelist] Re: Server Error using CDONTS - ASP 0177 : 800401f3

I should add, here's the code that's causing the error:

dim objCDO
Set objCDO = Server.CreateObject("CDONTS.NewMail")



----- Original Message ----- 


> I've had a web site running smoothly for a good long time (year and a 
> half plus), and all of a sudden the client calls yelling at me because 
> their Request Info form has stopped working.  I tested it, and sure 
> enough he's right.  Here's the error:
>
>
> Server object error 'ASP 0177 : 800401f3'
> Server.CreateObject Failed
> /asp_includes/contact_submit.asp, line 25 Invalid ProgID. For 
> additional information specific to this message please visit the 
> Microsoft Online Support site located at:
> http://www.microsoft.com/contentredirect.asp.
>
>
> I called the host company and they insist it's bad coding, because 
> they
have
> not altered their server in any way.  I reminded them that it had been 
> working with no problem for about 18 months, and then all of a sudden 
> stopped.  He said he would look into it and get back to me.
>
> In the mean time I've been on Google and Microsoft's site with out too
much
> luck.  Anyone here got any ideas?
>
> Thanks!!!
>
> Casey
>
>
>
>

-- 

* * Please support the community that supports you.  * *
http://evolt.org/help_support_evolt/

For unsubscribe and other options, including the Tip Harvester and archives
of thelist go to: http://lists.evolt.org Workers of the Web, evolt ! 





More information about the thelist mailing list