Ask a Question related to ASP Components, Design and Development.
-
*** JB #1
ASP CDONTS error
Hi,
I have been building a shopping cart & the final page will email the order
to an address given however I get the following error message using my ASP
localhost server.
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'CDONTS.NewMail'
/webshop_v1.5/post.asp, line 6
Clearly something is messed up with the CDONTS ASP function - Do I need to
manually set up CDONTS on my server or is setup by default on IIS 5.1
Here is the code from the file "post.asp"
[url]http://www.qsconnect.co.uk/~gavin/post.asp[/url]
(Note this is a PHP server, therefore the link above will show the code of
the asp file & not actually execute it - just want to make that clear)
Many Thanks
*** JB Guest
-
CDONTS error - too much data?
I have been using the CDONTS component on Windows 2000 to send emails for a long time now (code below). However, over time, the report that I am... -
VBScript Error with CDONTS
Hello, Using IIS4 on a NT4 system.... sometimesI get the following error: Microsoft VBScript runtime error '800a0005' Invalid procedure call... -
CDONTS Problem - no error msg
I verified that CDONTS and SMTP are supported by the server. I do not receive an error message when I open the following ASP page nor do I receive... -
error '8007045a' when executing CDONTS
How can I get text description of the error? This is ASP application, not .NET application. Thanks. *** Sent via Developersdex... -
error '8007045a' when executing CDONTS
I have the following sample code to send email from a form via CDONTS. I got error '8007045a' when executing the ASP page. Please help. THanks. ... -
Aaron Bertrand [MVP] #2
Re: ASP CDONTS error
There is no CDONTS in Windows XP. Use CDO.Message. See
[url]http://www.aspfaq.com/2026[/url]
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
"*** JB" <mail@INVALID.mail.com.INVALID> wrote in message
news:408cfc23$0$7362$cc9e4d1f@news.dial.pipex.com. ..> Hi,
> I have been building a shopping cart & the final page will email the order
> to an address given however I get the following error message using my ASP
> localhost server.
>
> Microsoft VBScript runtime (0x800A01AD)
> ActiveX component can't create object: 'CDONTS.NewMail'
> /webshop_v1.5/post.asp, line 6
>
> Clearly something is messed up with the CDONTS ASP function - Do I need to
> manually set up CDONTS on my server or is setup by default on IIS 5.1
>
> Here is the code from the file "post.asp"
> [url]http://www.qsconnect.co.uk/~gavin/post.asp[/url]
>
> (Note this is a PHP server, therefore the link above will show the code of
> the asp file & not actually execute it - just want to make that clear)
>
> Many Thanks
>
>
Aaron Bertrand [MVP] Guest
-
Invotion #3
ASP CDONTS error
If you want to use cdonts, you will need to copy the dll
from a windows 2000 server and register it.
Sincerely,
Invotion Engineering Team
Advanced Microsoft Hosting Solutions
[url]http://www.Invotion.com[/url]
will email the order>-----Original Message-----
>Hi,
>I have been building a shopping cart & the final pagemessage using my ASP>to an address given however I get the following errorfunction - Do I need to>localhost server.
>
>Microsoft VBScript runtime (0x800A01AD)
>ActiveX component can't create object: 'CDONTS.NewMail'
>/webshop_v1.5/post.asp, line 6
>
>Clearly something is messed up with the CDONTS ASPdefault on IIS 5.1>manually set up CDONTS on my server or is setup bywill show the code of>
>Here is the code from the file "post.asp"
>[url]http://www.qsconnect.co.uk/~gavin/post.asp[/url]
>
>(Note this is a PHP server, therefore the link abovemake that clear)>the asp file & not actually execute it - just want to>
>Many Thanks
>
>
>.
>Invotion Guest



Reply With Quote

