From: Bill Nguyen on
I moved an ASP app to a new Win03 server. The sendmail function using CDO in
all ASP appls suddenly stopped working. It worked fine on the previous
server (also Win03/IIS6.0). Where should I go to check?
Thanks
Bill
-----------------

SAMPLE ERROR:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed

includes/functions.asp, line 746


From: Patrice on
What is the prog id ? CDONTS.NewMail is not available by default (use
CDO.Message instead).

If already CDO.Message looks like a SMTP server configruation problem...

Patrice


--

"Bill Nguyen" <billn_nospam_please(a)jaco.com> a ýcrit dans le message de
news:OYO91CuEFHA.4004(a)tk2msftngp13.phx.gbl...
> I moved an ASP app to a new Win03 server. The sendmail function using CDO
in
> all ASP appls suddenly stopped working. It worked fine on the previous
> server (also Win03/IIS6.0). Where should I go to check?
> Thanks
> Bill
> -----------------
>
> SAMPLE ERROR:
> Server object error 'ASP 0177 : 800401f3'
> Server.CreateObject Failed
>
> includes/functions.asp, line 746
>
>