Recieving a message when I am trying to submit order and
then the order is suppose to send an email to the person
handling the orders using SMTP



HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services


Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied
/coegiftshop/secure/submit_order.asp, line 117

Re: Recieving a message when I am trying to submit order by Tom

Tom
Wed Dec 17 09:54:22 CST 2003

"Jim" <anonymous@discussions.microsoft.com> wrote in message
news:0b0101c3c4b2$a02ecbb0$a401280a@phx.gbl...
> Recieving a message when I am trying to submit order and
> then the order is suppose to send an email to the person
> handling the orders using SMTP
>
>
>
> HTTP 500.100 - Internal Server Error - ASP error
> Internet Information Services
>
>
> Error Type:
> Microsoft VBScript runtime (0x800A0046)
> Permission denied
> /coegiftshop/secure/submit_order.asp, line 117

Make sure IUSR and/or any authenticated users have at least NTFS change
permissions on the \inetpub\mailroot tree.

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/




Recieving a message when I am trying to submit order by doug

doug
Wed Dec 17 10:01:22 CST 2003

What are you trying to do on line 117 of the script? You
are probably trying to instantiate an object and you
haven't set the correct permissions on that object for
you to do so.

doug

>-----Original Message-----
>Recieving a message when I am trying to submit order and
>then the order is suppose to send an email to the person
>handling the orders using SMTP
>
>
>
>HTTP 500.100 - Internal Server Error - ASP error
>Internet Information Services
>
>
>Error Type:
>Microsoft VBScript runtime (0x800A0046)
>Permission denied
>/coegiftshop/secure/submit_order.asp, line 117
>
>
>
>.
>

Recieving a message when I am trying to submit order by jim

jim
Wed Dec 17 10:15:02 CST 2003

send mail

MyCDONTSMail.Send -------line 117
set MYCDONTSMail = Nothing
Call DebugAppend("Error Detected: ",True) 'Check
for any possible sys errors




>-----Original Message-----
>What are you trying to do on line 117 of the script? You
>are probably trying to instantiate an object and you
>haven't set the correct permissions on that object for
>you to do so.
>
>doug
>
>>-----Original Message-----
>>Recieving a message when I am trying to submit order and
>>then the order is suppose to send an email to the person
>>handling the orders using SMTP
>>
>>
>>
>>HTTP 500.100 - Internal Server Error - ASP error
>>Internet Information Services
>>
>>
>>Error Type:
>>Microsoft VBScript runtime (0x800A0046)
>>Permission denied
>>/coegiftshop/secure/submit_order.asp, line 117
>>
>>
>>
>>.
>>
>.
>

Re: Recieving a message when I am trying to submit order by Paul

Paul
Wed Dec 17 10:22:41 CST 2003

On Wed, 17 Dec 2003 07:29:56 -0800, "Jim"
<anonymous@discussions.microsoft.com> wrote:

>Recieving a message when I am trying to submit order and
>then the order is suppose to send an email to the person
>handling the orders using SMTP
>
>
>
>HTTP 500.100 - Internal Server Error - ASP error
>Internet Information Services
>
>
>Error Type:
>Microsoft VBScript runtime (0x800A0046)
>Permission denied
>/coegiftshop/secure/submit_order.asp, line 117
>
>

Jim,

Read this KB article :

Runtime Error '800a0046' Using the Send Method of CDONTS.NewMail
http://support.microsoft.com/?id=197619


Regards,

Paul Lynch
MCSE

Recieving a message when I am trying to submit order by doug

doug
Wed Dec 17 10:26:58 CST 2003

Look at the NTFS permissions on the CDONTS dll. See if
Everyone has at least read access...

doug
>-----Original Message-----
>send mail
>
>MyCDONTSMail.Send -------line 117
> set MYCDONTSMail = Nothing
> Call DebugAppend("Error Detected: ",True) 'Check
>for any possible sys errors
>
>
>
>
>>-----Original Message-----
>>What are you trying to do on line 117 of the script?
You
>>are probably trying to instantiate an object and you
>>haven't set the correct permissions on that object for
>>you to do so.
>>
>>doug
>>
>>>-----Original Message-----
>>>Recieving a message when I am trying to submit order
and
>>>then the order is suppose to send an email to the
person
>>>handling the orders using SMTP
>>>
>>>
>>>
>>>HTTP 500.100 - Internal Server Error - ASP error
>>>Internet Information Services
>>>
>>>
>>>Error Type:
>>>Microsoft VBScript runtime (0x800A0046)
>>>Permission denied
>>>/coegiftshop/secure/submit_order.asp, line 117
>>>
>>>
>>>
>>>.
>>>
>>.
>>
>.
>

Re: Recieving a message when I am trying to submit order by tdevere

tdevere
Wed Feb 04 04:16:53 CST 2004

Nice Job Paul!


Thank you,

Tony DeVere [MSFT]
Microsoft IIS
Newsgroup Support
tdevere@online.microsoft.com

"Please do not send email directly to this alias. This is our online
account name for newsgroup participation only."

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.