Hi Peter,
In IIS 5, any .NET application will run in an ASPNET_WP process. As far as
I know, there is no way to change this. IIS 6 keeps all content in one
process (w3wp.exe). The below article has a lot more information on the
ASPNET_WP process and how it works.
317012 INFO: Process and Request Identity in ASP.NET
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=317012" target="_blank">http://support.microsoft.com/?id=317012</a>
Hope this helps!
Kyle Terns, MCSD [MSFT]
***********************
>>Please do not send email directly to this alias. This is an online
account name for newsgroup participation only.<<
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
© 2003 Microsoft Corporation. All rights reserved.
***********************
--------------------
| Content-Class: urn:content-classes:message
| From: "Peter Lee" <pete_lee.TakeThisOut@swbell.net>
| Sender: "Peter Lee" <pete_lee.TakeThisOut@swbell.net>
| Subject: IIS 5.1 and highly isolated virtuals
| Date: Thu, 5 Feb 2004 10:14:07 -0800
| Lines: 26
| Message-ID: <a40101c3ec13$d8541a30$a101280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Thread-Index: AcPsE9hRZC19oOZBQ1KMKMb8h0JY3A==
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Newsgroups: microsoft.public.inetserver.iis
| Path: cpmsftngxa07.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.inetserver.iis:293596
| NNTP-Posting-Host: tk2msftngxa09.phx.gbl 10.40.1.161
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Upon creating a virtual that points to an asp.net (c#)
| path, I set the application to "Highly Isolated". I
| noticed that in component manager it created a new
| component "IIS-{Default//Root/MyApp}" as expected.
|
| I also have the main site highly isolated and it shows up
| in component manager as "IIS-{Default//Root}".
|
| What I'm confused about is this. If I hit a page on the
| root of site, I can see in component manager the
| component corresponding to "IIS-{Default//Root}" starts
| up and has a pid associated with a dllhost.exe. As
| expected.
|
| However, when I hit page in the virtual MyApp dir,
| instead of starting the "IIS-{Default//Root/MyApp}" in
| component manager, it launches a new aspnet_wp.
|
| I'm confused by this. Is it because it's a .net app?
| What I don't like about it is if I have to debug a dll it
| was always easier to look in mts to see the pid of the
| application, whereas now I have all these aspnet_wp apps
| and have no easy view of which one corresponds to which
| virtual dir without loading a dll spy.
|
| Thanks for any info on this.
|<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: IIS 5.1 and highly isolated virtuals