|
 |
asp_cdo thread: asp mailining
Message #1 by bharath reddy <bharath_reddy@u...> on 25 Oct 00 04:18:41 MDT
|
|
Hi guys,
This is the error i get when i try to run a mail program from the
NT Server.
i am using cdonts
Error:1
Microsoft VBScript runtime error '800a0046'
Permission denied
/mail/mailForm.asp, line 64
first i tried to run the mail program from a server machine
which gave this error
Error:2
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/mail1/mailForm.asp, line 57
Invalid class string
This was because the smtp service was not installed in my local server.
so i tried to load in the server where smtp is on and run the program whi
ch
ultimately gave the error no 1.i was told that mail programs and similar
kind
of codes need to have some kind of permission on the server.
why this so can any body explain me?????
thank UUUUU..
bharath.
Message #2 by =?iso-8859-1?Q?Gonzalo_Ruiz_de_Villa_Su=E1rez?= <gonzalo.ruizdevilla@a...> on Wed, 25 Oct 2000 14:01:54 +0200
|
|
It would help a lot if you also post the code.
-----Mensaje original-----
De: bharath reddy [mailto:bharath_reddy@u...]
Enviado el: miércoles, 25 de octubre de 2000 21:06
Para: ASP CDO
Asunto: [asp_cdo] asp mailining
Hi guys,
This is the error i get when i try to run a mail program from the
NT Server.
i am using cdonts
Error:1
Microsoft VBScript runtime error '800a0046'
Permission denied
/mail/mailForm.asp, line 64
first i tried to run the mail program from a server machine
which gave this error
Error:2
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/mail1/mailForm.asp, line 57
Invalid class string
This was because the smtp service was not installed in my local server.
so i tried to load in the server where smtp is on and run the program whi
ch
ultimately gave the error no 1.i was told that mail programs and similar
kind
of codes need to have some kind of permission on the server.
why this so can any body explain me?????
thank UUUUU..
bharath.
Message #3 by Catherine <catherine.s@t...> on Wed, 25 Oct 2000 08:59:00 -0500
|
|
You as a user should have the access to the server particularly to folder
<drive>:\inetpub\mailroot. This is where the SMTP store your messages.
Check Microsoft site kword: CDONTS.
:)
-----Original Message-----
From: bharath reddy [SMTP:bharath_reddy@u...]
Sent: Wednesday, October 25, 2000 1:06 PM
To: ASP CDO
Subject: [asp_cdo] asp mailining
Hi guys,
This is the error i get when i try to run a mail program from the
NT Server.
i am using cdonts
Error:1
Microsoft VBScript runtime error '800a0046'
Permission denied
/mail/mailForm.asp, line 64
first i tried to run the mail program from a server machine
which gave this error
Error:2
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/mail1/mailForm.asp, line 57
Invalid class string
This was because the smtp service was not installed in my local server.
so i tried to load in the server where smtp is on and run the program whi
ch
ultimately gave the error no 1.i was told that mail programs and similar
kind
of codes need to have some kind of permission on the server.
why this so can any body explain me?????
thank UUUUU..
bharath.
|
|
 |