Re: ASP_NET process
From: Jerry Pisk (jerryiii_at_hotmail.com)
Date: 07/02/04
- Next message: Jerry Pisk: "Re: how to create IE process of 1 website then set value for text box?"
- Previous message: Miha Markic [MVP C#]: "Re: Visual Web Developer 2005 Express SCREWS UP YOUR CODE on PURPOSE...STOP TOUCHING MY CODE, MICROSOFT!!!!"
- In reply to: Adriano Trevisan: "Re: ASP_NET process"
- Next in thread: Adriano Trevisan: "Re: ASP_NET process"
- Reply: Adriano Trevisan: "Re: ASP_NET process"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 2 Jul 2004 01:17:15 -0700
Actually under IIS 5 there's an ISAPI extension running under whatever
isolation you set your app to that sends the requests to be processed by
that single asp_net process.
Jerry
"Adriano Trevisan" <trevisan.adriano_at_tin.it> wrote in message
news:eS86OMAYEHA.212@TK2MSFTNGP12.phx.gbl...
> From what I understdand aspnet_wp process is managed differently by IIS.
> You cannot run multiple processes on the same machine (the app isolation
> flag is not supported).
>
> This behavior is changed on Windows 2003 Server where you can specify this
> kind of isolation.
>
> "Abhijit V" <vabhijit@gmail.com> wrote in message
> news:c582576e.0407011645.6b75edd@posting.google.com...
>> Guys, I was wondering whether there was any way to differentiate the
>> memory space of two different aspnet_wp processes. Unfortunately, they
>> seem to show up as a single aspnet_wp process in both perfmon and the
>> task manager.
>>
>> Thanks,
>> Abhijit.
>
>
- Next message: Jerry Pisk: "Re: how to create IE process of 1 website then set value for text box?"
- Previous message: Miha Markic [MVP C#]: "Re: Visual Web Developer 2005 Express SCREWS UP YOUR CODE on PURPOSE...STOP TOUCHING MY CODE, MICROSOFT!!!!"
- In reply to: Adriano Trevisan: "Re: ASP_NET process"
- Next in thread: Adriano Trevisan: "Re: ASP_NET process"
- Reply: Adriano Trevisan: "Re: ASP_NET process"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|