I have a web application consisting of several dll(s). Each Dll performs specific tasks. When client calls the aspx, aspx calls the dll and perform the action. After successful completion of the task, I have observed several confusing nature. I have loaded
ProcessViewer.exe to find the latest list of processes that runs on my server. When call goes to aspx and dll(s), I have observed the dll list entry in processViewer under one aspnet_wp process. After completion, two dll(s) removed from the list and other
exists. I have checked the code of these dll(s) that exists in the list after completion of the page. What is the cause of this behaviour.
In asp.net 2.0, when different dll(s) call from aspnet_wp process, is it run under the same processid/threadid belongs to the aspnet_wp processid or not?
[:)]
.NET
Regards
Subhendu De
Visit My Blog ---------------------------------------------------
Please mark as answer if it serves your query.
Yes if ASP.NET run in IIS 5.0 isolation mode (Aspnet_wp.exe). if ASP.NET runs in IIS 6.0 worker process isolation mode (W3wp.exe), I believe you can configure your applications run at different w3p worker process.
Li Xin
Get it Done! Simple is Best!
LatticeFramework Studio - model-driven template-based code generator
subhendude
Member
342 Points
71 Posts
ASPNET_WP and DLL
Mar 29, 2007 04:20 AM|LINK
Hi,
I have a web application consisting of several dll(s). Each Dll performs specific tasks. When client calls the aspx, aspx calls the dll and perform the action. After successful completion of the task, I have observed several confusing nature. I have loaded ProcessViewer.exe to find the latest list of processes that runs on my server. When call goes to aspx and dll(s), I have observed the dll list entry in processViewer under one aspnet_wp process. After completion, two dll(s) removed from the list and other exists. I have checked the code of these dll(s) that exists in the list after completion of the page. What is the cause of this behaviour.
In asp.net 2.0, when different dll(s) call from aspnet_wp process, is it run under the same processid/threadid belongs to the aspnet_wp processid or not?
[:)]
.NET
Subhendu De
Visit My Blog
---------------------------------------------------
Please mark as answer if it serves your query.
latticesoft
Participant
1493 Points
335 Posts
Re: ASPNET_WP and DLL
Mar 29, 2007 03:21 PM|LINK
Yes if ASP.NET run in IIS 5.0 isolation mode (Aspnet_wp.exe). if ASP.NET runs in IIS 6.0 worker process isolation mode (W3wp.exe), I believe you can configure your applications run at different w3p worker process.
Get it Done! Simple is Best!
LatticeFramework Studio - model-driven template-based code generator