When you?re running a component within ASP.NET, what process
is it running within on Windows XP? Windows 2000? Windows 2003?
Answers were Sorted based on User's Feedback
Answer / atul atey
On Windows 2003 (IIS 6.0) running in native mode, the
component is running within the w3wp.exe process associated
with the application pool which has been configured for the
web application containing the component.
On Windows 2003 in IIS 5.0 emulation mode, 2000, or XP, it’s
running within the IIS helper process aspnet_wp.exe.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / harshvardhan
On Windows 2003 (IIS 6.0) running in native mode, the component is running within the w3wp.exe process associated with the application pool which has been configured for the web application containing the component.
On Windows 2003 in IIS 5.0 emulation mode, 2000, or XP, it's running within the IIS helper process whose name I do not remember, it being quite a while since I last used IIS 5.0.
| Is This Answer Correct ? | 0 Yes | 0 No |
I need source code for Enrollment System using Visual Basic 6.0/2008 database MS Access 2007 for my school thesis project...please help me..kindly send in my email jpinedamcp@gmail.com
What is the use of sas software? Is sas and sap are different?
I would like to know which institute in hyderabad provides best ms-dot net training along with a project. I want to join immediately. please help
What is Meaning of Windows Application & the use of Windows Applications? with Description.
What is a singleton linked list?
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
In Java what is the difference between following two statements ? int a[],b; int []a,b;
if there are n nodes in a binary tree, how many null pointers are there?
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
What do you understand by modular programming?