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....
-
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.
-
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
-
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 error
An 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
>>
-
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 error
An 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
> >>
>
>
-
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 error
An 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
>> >>
>>
>>
-
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.
-
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?
Similar Threads
-
By Application Development in forum Inetserver
Replies: 1
Last Post: 07-10-2007, 07:53 PM
-
By Application Development in forum Inetserver
Replies: 2
Last Post: 06-12-2007, 07:32 AM
-
By Application Development in forum Inetserver
Replies: 1
Last Post: 06-07-2007, 07:37 AM
-
By Application Development in forum Inetserver
Replies: 1
Last Post: 05-22-2007, 03:49 PM
-
By Application Development in forum Inetserver
Replies: 0
Last Post: 03-22-2005, 02:55 PM