CDO in IIS 5 Isolation mode - Inetserver

This is a discussion on CDO in IIS 5 Isolation mode - Inetserver ; I am running IIS 6 on windows 2003 server. When I switch the IIs 6 web service to IIS 5 isolation the mode, then the CDO won't work anymore! Any advise? Thanks....

+ Reply to Thread
Results 1 to 7 of 7

CDO in IIS 5 Isolation mode

  1. Default CDO in IIS 5 Isolation mode

    I am running IIS 6 on windows 2003 server. When I switch the IIs 6 web
    service to IIS 5 isolation the mode, then the CDO won't work anymore!

    Any advise?

    Thanks.

  2. Default Re: CDO in IIS 5 Isolation mode

    On Thu, 7 Apr 2005 14:35:30 -0700, "Jacob S."
    <JacobS@discussions.microsoft.com> wrote:

    >I am running IIS 6 on windows 2003 server. When I switch the IIs 6 web
    >service to IIS 5 isolation the mode, then the CDO won't work anymore!
    >
    >Any advise?


    Tell us what "won't work" means. Around here "won't work" means the
    folks take long coffee breaks, chat on the phone and disappear to the
    rest room for an hour, but I doubt CDO is doing that to you.

    Jeff

  3. Default Re: CDO in IIS 5 Isolation mode

    On Wed, 13 Apr 2005 10:40:29 -0700, "Jacob S."
    <JacobS@discussions.microsoft.com> wrote:

    >Jef, I likeyour sense of humor!
    >What's happening is when I switch to IIS 5 Isolation Mode and try to send
    >mail from .asp page I get this errorAn error occurred on the server when
    >processing the URL. Please contact the system administrator.) right after
    >the command: myMail.Send().
    >
    >I display the Err.Number in the .asp page before the myMail.Send() and it
    >shows 0 (zero).
    >I review the Event Viewer and nothing shows up there related to CDO or SMTP
    >errors or warnings.
    >Also I take a look at the mailroot sub folders and the email message is not
    >in any of the folders.


    I have a feeling it may be your code, but does anything else give
    errors in isolation mode? Have you tried stripping the code to the
    simplest possible form? I don't know of anything in particular that
    affects CDO in IIS5 isolation mode, but I don't run in isolation mode.
    Is there a reason you're using IIS5 isolation mode?

    Jeff


    >Thanks for your input!
    >
    >Jacoub.
    >"Jeff Cochran" wrote:
    >
    >> On Thu, 7 Apr 2005 14:35:30 -0700, "Jacob S."
    >> <JacobS@discussions.microsoft.com> wrote:
    >>
    >> >I am running IIS 6 on windows 2003 server. When I switch the IIs 6 web
    >> >service to IIS 5 isolation the mode, then the CDO won't work anymore!
    >> >
    >> >Any advise?

    >>
    >> Tell us what "won't work" means. Around here "won't work" means the
    >> folks take long coffee breaks, chat on the phone and disappear to the
    >> rest room for an hour, but I doubt CDO is doing that to you.
    >>
    >> Jeff
    >>



  4. Default Re: CDO in IIS 5 Isolation mode

    The reason I use the isolation mode because I use Crsytel reports Export of
    report process and this works only with IIS 5 isolation mode!
    The code works fine and sends the email when not using the IIS 5 isolation
    mode.



    "Jeff Cochran" wrote:

    > On Wed, 13 Apr 2005 10:40:29 -0700, "Jacob S."
    > <JacobS@discussions.microsoft.com> wrote:
    >
    > >Jef, I likeyour sense of humor!
    > >What's happening is when I switch to IIS 5 Isolation Mode and try to send
    > >mail from .asp page I get this errorAn error occurred on the server when
    > >processing the URL. Please contact the system administrator.) right after
    > >the command: myMail.Send().
    > >
    > >I display the Err.Number in the .asp page before the myMail.Send() and it
    > >shows 0 (zero).
    > >I review the Event Viewer and nothing shows up there related to CDO or SMTP
    > >errors or warnings.
    > >Also I take a look at the mailroot sub folders and the email message is not
    > >in any of the folders.

    >
    > I have a feeling it may be your code, but does anything else give
    > errors in isolation mode? Have you tried stripping the code to the
    > simplest possible form? I don't know of anything in particular that
    > affects CDO in IIS5 isolation mode, but I don't run in isolation mode.
    > Is there a reason you're using IIS5 isolation mode?
    >
    > Jeff
    >
    >
    > >Thanks for your input!
    > >
    > >Jacoub.
    > >"Jeff Cochran" wrote:
    > >
    > >> On Thu, 7 Apr 2005 14:35:30 -0700, "Jacob S."
    > >> <JacobS@discussions.microsoft.com> wrote:
    > >>
    > >> >I am running IIS 6 on windows 2003 server. When I switch the IIs 6 web
    > >> >service to IIS 5 isolation the mode, then the CDO won't work anymore!
    > >> >
    > >> >Any advise?
    > >>
    > >> Tell us what "won't work" means. Around here "won't work" means the
    > >> folks take long coffee breaks, chat on the phone and disappear to the
    > >> rest room for an hour, but I doubt CDO is doing that to you.
    > >>
    > >> Jeff
    > >>

    >
    >


  5. Default Re: CDO in IIS 5 Isolation mode

    On Fri, 15 Apr 2005 08:43:36 -0700, "Jacob S."
    <JacobS@discussions.microsoft.com> wrote:

    >The reason I use the isolation mode because I use Crsytel reports Export of
    >report process and this works only with IIS 5 isolation mode!
    >The code works fine and sends the email when not using the IIS 5 isolation
    >mode.


    Create a simple script that just sends a test message using CDO and
    see if it fails in isolation mode.

    Jeff


    >
    >"Jeff Cochran" wrote:
    >
    >> On Wed, 13 Apr 2005 10:40:29 -0700, "Jacob S."
    >> <JacobS@discussions.microsoft.com> wrote:
    >>
    >> >Jef, I likeyour sense of humor!
    >> >What's happening is when I switch to IIS 5 Isolation Mode and try to send
    >> >mail from .asp page I get this errorAn error occurred on the server when
    >> >processing the URL. Please contact the system administrator.) right after
    >> >the command: myMail.Send().
    >> >
    >> >I display the Err.Number in the .asp page before the myMail.Send() and it
    >> >shows 0 (zero).
    >> >I review the Event Viewer and nothing shows up there related to CDO or SMTP
    >> >errors or warnings.
    >> >Also I take a look at the mailroot sub folders and the email message is not
    >> >in any of the folders.

    >>
    >> I have a feeling it may be your code, but does anything else give
    >> errors in isolation mode? Have you tried stripping the code to the
    >> simplest possible form? I don't know of anything in particular that
    >> affects CDO in IIS5 isolation mode, but I don't run in isolation mode.
    >> Is there a reason you're using IIS5 isolation mode?
    >>
    >> Jeff
    >>
    >>
    >> >Thanks for your input!
    >> >
    >> >Jacoub.
    >> >"Jeff Cochran" wrote:
    >> >
    >> >> On Thu, 7 Apr 2005 14:35:30 -0700, "Jacob S."
    >> >> <JacobS@discussions.microsoft.com> wrote:
    >> >>
    >> >> >I am running IIS 6 on windows 2003 server. When I switch the IIs 6 web
    >> >> >service to IIS 5 isolation the mode, then the CDO won't work anymore!
    >> >> >
    >> >> >Any advise?
    >> >>
    >> >> Tell us what "won't work" means. Around here "won't work" means the
    >> >> folks take long coffee breaks, chat on the phone and disappear to the
    >> >> rest room for an hour, but I doubt CDO is doing that to you.
    >> >>
    >> >> Jeff
    >> >>

    >>
    >>



  6. Default Re: CDO in IIS 5 Isolation mode

    We are having the same problem. Switched to isolation mode because of
    problems with Verisign Payflow Pro object and now emails do no go through.

    Error at the .send line
    Works fine under IIS6.

  7. Default Re:CDO in IIS 5 Isolation mode

    Did you fix this? I have the exact same problem. CDO works fine in IIS 6
    until I switch to IIS 5 isolation mode. Does it have something to do with
    the ASPNET_user rights vs. Network Service rights on something?

+ Reply to Thread

Similar Threads

  1. IIS6 run both native and in IIS 5 isolation mode?
    By Application Development in forum Inetserver
    Replies: 1
    Last Post: 07-10-2007, 07:53 PM
  2. IIS6 in IIS5 isolation mode
    By Application Development in forum Inetserver
    Replies: 2
    Last Post: 06-12-2007, 07:32 AM
  3. IIS 6 somehow put in IIS 5.0 isolation mode
    By Application Development in forum Inetserver
    Replies: 1
    Last Post: 06-07-2007, 07:37 AM
  4. Automate IIS 5.0 Isolation Mode setting
    By Application Development in forum Inetserver
    Replies: 1
    Last Post: 05-22-2007, 03:49 PM
  5. CDO not working in IIS5 isolation mode !?
    By Application Development in forum Inetserver
    Replies: 0
    Last Post: 03-22-2005, 02:55 PM