|
From: Bill Nguyen on 14 Feb 2005 17:01 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 15 Feb 2005 06:21 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 > >
|
Pages: 1 Prev: Passing prameters Next: On Windows 2003 IIS (6.0) failed to download a file from ASP page |