| Author |
CDO in IIS 5 Isolation mode
|
|
| Jacob S. 2005-04-07, 6:05 pm |
| 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.
| |
| Jeff Cochran 2005-04-08, 5:51 pm |
| 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
| |
| Jacob S. 2005-04-13, 5:59 pm |
| 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.
Thanks for your input!
Jacoub.
"Jeff Cochran" wrote:
> On Thu, 7 Apr 2005 14:35:30 -0700, "Jacob S."
> <JacobS@discussions.microsoft.com> wrote:
>
>
> 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
>
| |
| Jeff Cochran 2005-04-13, 5:59 pm |
| 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
[vbcol=seagreen]
>Thanks for your input!
>
>Jacoub.
>"Jeff Cochran" wrote:
>
| |
| Jacob S. 2005-04-15, 5:56 pm |
| 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:
>
>
> 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
>
>
>
>
| |
| Jeff Cochran 2005-04-17, 2:51 am |
| X-Newsreader: Forte Agent 1.5/32.451
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Newsgroups: microsoft.public.inetserver.iis.smtp_nntp
NNTP-Posting-Host: pcp08500060pcs.gdlett01.fl.comcast.net 69.138.122.51
Path: TK2MSFTNGP08.phx.gbl!TK2MSFTNGP15.phx.gbl
Lines: 1
Xref: TK2MSFTNGP08.phx.gbl microsoft.public.inetserver.iis.smtp_nntp:11652
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
[vbcol=seagreen]
>
>"Jeff Cochran" wrote:
>
| |
| Mike Werner 2005-04-25, 5:53 pm |
| 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.
| |
|
| 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?
|
|
|
|