CDONTS permission denied error on Windows 2003 - Inetserver

This is a discussion on CDONTS permission denied error on Windows 2003 - Inetserver ; Hi there, I am trying to workout why the CDONTS.dll is returning errors when I access the send method. I have a windows 2003 server. I did the following: 1. registered the CDONTS.dll in the c:\windows\system32 directory. 2. set modify ...

+ Reply to Thread
Results 1 to 4 of 4

CDONTS permission denied error on Windows 2003

  1. Default CDONTS permission denied error on Windows 2003

    Hi there,

    I am trying to workout why the CDONTS.dll is returning errors when I access
    the send method. I have a windows 2003 server. I did the following:

    1. registered the CDONTS.dll in the c:\windows\system32 directory.
    2. set modify permissions for IUSR_machinename to the c:\inetpub\mailroot
    directory
    3. added CDONTS to the Web service extensions list

    I still get the error:

    Microsoft VBScript runtime error '800a0046'

    Permission denied

    /host/request_cdl.asp, line 184

    which calls the send method.

    I ran FileMon from sysinternals to see if there are any access denied
    messages - but it doesnt display the C:\windows\system32\cdonts.dll only the
    ..asp page that calls up this .dll

    I have searched google for this problem and have found many posts regarding
    what I did in step 2.

    Any help as to why I still get this error would be greatly appreciated.


  2. Default Re: CDONTS permission denied error on Windows 2003

    "Matt Calhoon" <matt@community.nospam> wrote in message
    news:818586C2-282D-445F-8EB2-B8B3C1F8F1C0@microsoft.com...
    > Hi there,
    >
    > I am trying to workout why the CDONTS.dll is returning errors when I

    access
    > the send method. I have a windows 2003 server. I did the following:
    >
    > 1. registered the CDONTS.dll in the c:\windows\system32 directory.
    > 2. set modify permissions for IUSR_machinename to the c:\inetpub\mailroot
    > directory
    > 3. added CDONTS to the Web service extensions list
    >
    > I still get the error:
    >
    > Microsoft VBScript runtime error '800a0046'
    >
    > Permission denied
    >
    > /host/request_cdl.asp, line 184
    >
    > which calls the send method.
    >
    > I ran FileMon from sysinternals to see if there are any access denied
    > messages - but it doesnt display the C:\windows\system32\cdonts.dll only

    the
    > .asp page that calls up this .dll
    >
    > I have searched google for this problem and have found many posts

    regarding
    > what I did in step 2.
    >
    > Any help as to why I still get this error would be greatly appreciated.


    As long as there wasn't a lot of code to modify, I would seriously suggest
    moving to CDO.

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




  3. Default Re: CDONTS permission denied error on Windows 2003

    sorry, I havent got time to modify 150 websites and their code.

    Can anyone provide some support on this issue?

    "Tom Kaminski [MVP]" wrote:

    > "Matt Calhoon" <matt@community.nospam> wrote in message
    > news:818586C2-282D-445F-8EB2-B8B3C1F8F1C0@microsoft.com...
    > > Hi there,
    > >
    > > I am trying to workout why the CDONTS.dll is returning errors when I

    > access
    > > the send method. I have a windows 2003 server. I did the following:
    > >
    > > 1. registered the CDONTS.dll in the c:\windows\system32 directory.
    > > 2. set modify permissions for IUSR_machinename to the c:\inetpub\mailroot
    > > directory
    > > 3. added CDONTS to the Web service extensions list
    > >
    > > I still get the error:
    > >
    > > Microsoft VBScript runtime error '800a0046'
    > >
    > > Permission denied
    > >
    > > /host/request_cdl.asp, line 184
    > >
    > > which calls the send method.
    > >
    > > I ran FileMon from sysinternals to see if there are any access denied
    > > messages - but it doesnt display the C:\windows\system32\cdonts.dll only

    > the
    > > .asp page that calls up this .dll
    > >
    > > I have searched google for this problem and have found many posts

    > regarding
    > > what I did in step 2.
    > >
    > > Any help as to why I still get this error would be greatly appreciated.

    >
    > As long as there wasn't a lot of code to modify, I would seriously suggest
    > moving to CDO.
    >
    > --
    > Tom Kaminski IIS MVP
    > http://www.microsoft.com/windowsserv...y/centers/iis/
    > http://mvp.support.microsoft.com/
    > http://www.iisfaq.com/
    > http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
    > http://www.tryiis.com
    >
    >
    >
    >


  4. Default Re: CDONTS permission denied error on Windows 2003

    Hi there,

    Check permission for inetpub\mailroot folder:

    Should have following users:

    IUSR_xxxxx (check all except full control)

    IWAM_xxxxx (check all except full control)

    also check permission for windows\system32 folder.

    With best regards,

    Should you have any questions, please don't hesitate to contact me.

    If you response to an email, please quote the complete message.

    http://1click.lv

    "Matt Calhoon" <matt@community.nospam> wrote in message
    news:075B5F07-11E5-4AD3-BE1B-A97291385D7F@microsoft.com...
    > sorry, I havent got time to modify 150 websites and their code.
    >
    > Can anyone provide some support on this issue?
    >
    > "Tom Kaminski [MVP]" wrote:
    >
    > > "Matt Calhoon" <matt@community.nospam> wrote in message
    > > news:818586C2-282D-445F-8EB2-B8B3C1F8F1C0@microsoft.com...
    > > > Hi there,
    > > >
    > > > I am trying to workout why the CDONTS.dll is returning errors when I

    > > access
    > > > the send method. I have a windows 2003 server. I did the following:
    > > >
    > > > 1. registered the CDONTS.dll in the c:\windows\system32 directory.
    > > > 2. set modify permissions for IUSR_machinename to the

    c:\inetpub\mailroot
    > > > directory
    > > > 3. added CDONTS to the Web service extensions list
    > > >
    > > > I still get the error:
    > > >
    > > > Microsoft VBScript runtime error '800a0046'
    > > >
    > > > Permission denied
    > > >
    > > > /host/request_cdl.asp, line 184
    > > >
    > > > which calls the send method.
    > > >
    > > > I ran FileMon from sysinternals to see if there are any access denied
    > > > messages - but it doesnt display the C:\windows\system32\cdonts.dll

    only
    > > the
    > > > .asp page that calls up this .dll
    > > >
    > > > I have searched google for this problem and have found many posts

    > > regarding
    > > > what I did in step 2.
    > > >
    > > > Any help as to why I still get this error would be greatly

    appreciated.
    > >
    > > As long as there wasn't a lot of code to modify, I would seriously

    suggest
    > > moving to CDO.
    > >
    > > --
    > > Tom Kaminski IIS MVP
    > > http://www.microsoft.com/windowsserv...y/centers/iis/
    > > http://mvp.support.microsoft.com/
    > > http://www.iisfaq.com/
    > > http://www.iistoolshed.com/ - tools, scripts, and utilities for running

    IIS
    > > http://www.tryiis.com
    > >
    > >
    > >
    > >




+ Reply to Thread

Similar Threads

  1. Re: Permission Denied Error
    By Application Development in forum Javascript
    Replies: 0
    Last Post: 05-02-2007, 01:40 PM
  2. Permission Denied Error
    By Application Development in forum Javascript
    Replies: 1
    Last Post: 06-25-2005, 11:13 AM
  3. "Permission denied" when creating Public Folder with script/CDO from Windows 2003
    By Application Development in forum Microsoft Exchange
    Replies: 0
    Last Post: 06-10-2004, 10:44 AM
  4. Replies: 0
    Last Post: 11-09-2003, 01:49 AM
  5. Permission Error [800a0046] Upon using .SEND method from CDONTS
    By Application Development in forum Microsoft Exchange
    Replies: 0
    Last Post: 07-10-2003, 11:27 AM