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 |
define profiler???
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
can u help me? how do solve the transpose problem in ireport? if any one know send to eswaran_2006@yahoo.co.in
what type of exceptions & problems are faced in production time at java technology?
How to create a new dataset only duplicate observations in proc sort procedure?
what is woransient key word? how it is used in java
which one is the best practice using synchronization method or synchronization block
what is different between kenerl mode and user mode?
Write a program to calculate the following i want a Java program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
___ method used to move a recordset pointer in nth position in DAG.
how we can know the funcions available in a class recording java?
73. How can you set the status and title for a modal dialog box? a) In the attributes of the corresponding screen. b) Before the corresp. call screen statement. c) In a PBO module of the corresponding screen. d) In the PAI module of the corresponding screen.