Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / .NET SDK / July 2004

Tip: Looking for answers? Try searching our database.

ASP_NET process

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Abhijit V - 02 Jul 2004 01:45 GMT
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.
Manoj G [MVP] - 02 Jul 2004 06:23 GMT
???

If there are actually more than one instances of aspnet_wp.exe or w3wp.exe,
it will show up in Task Manger/ Perfmon with different PIDs

Signature

HTH,
Manoj G
[MVP ,  Visual Developer - Visual Basic ]
http://msmvps.com/manoj/

> Guys, I was wondering whether there was any way to differentiate the
> memory space of two different aspnet_wp processes. Unfortunately, they
[quoted text clipped - 3 lines]
> Thanks,
> Abhijit.
Adriano Trevisan - 02 Jul 2004 08:06 GMT
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.

> Guys, I was wondering whether there was any way to differentiate the
> memory space of two different aspnet_wp processes. Unfortunately, they
[quoted text clipped - 3 lines]
> Thanks,
> Abhijit.
Jerry Pisk - 02 Jul 2004 09:17 GMT
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

> From what I understdand aspnet_wp process is managed differently by IIS.
> You cannot run multiple processes on the same machine (the app isolation
[quoted text clipped - 10 lines]
>> Thanks,
>> Abhijit.
Adriano Trevisan - 02 Jul 2004 10:00 GMT
Jerry, this is true regarding the ISAPI DLL, but :

read here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/S
ecNetAP04.asp


...
Separate Application domains within the worker process (one per IIS virtual
directory, or in other words, one per ASP.NET Web application or Web
service) are used to provide isolation.
This is in contrast to classic ASP, where the application protection level,
configured within the IIS metabase determined whether the ASP application
should execute in process with IIS (inetinfo.exe), out of process in a
dedicated instance of Dllhost.exe, or in a shared (pooled) instance of
Dllhost.exe.

 Important   The process isolation level setting within IIS has no affect
on the way ASP.NET Web applications are processed.
Adriano

> 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
[quoted text clipped - 16 lines]
> >> Thanks,
> >> Abhijit.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.