RE: Application Pool Weirdness by timcof
timcof
Wed Dec 17 01:14:36 CST 2003
apps cannot cross app pools, so ensure that one does not reference another. If they do, they will need to run in the same pool.
Thank you. I hope this information is helpful.
Tim Coffey [MSFT]
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.
--------------------
| From: "Steve Landis" <landiss@bus.oregonstate.edu>
| Subject: Application Pool Weirdness
| Date: Wed, 26 Nov 2003 09:39:55 -0800
| Lines: 13
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <OclzOREtDHA.2464@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.inetserver.iis
| NNTP-Posting-Host: 128.193.78.47
| Path: cpmsftngxa06.phx.gbl!cpmsftngxa09.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:285570
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| I've got applications popping up under the wrong application pools (in
| multiple places). Anyone else seen this? Thanks.
|
| Example:
|
| First App Pool
| -- FirstApplication
| -- SecondApplicaton
|
| Second App Pool
| --SecondApplication
|
|
|