When you?re running a component within ASP.NET, what process
is it running within on Windows XP? Windows 2000? Windows 2003?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...

2600


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.

792


Q1.Write a C program which asks the user for a number between 1 to 9 and shows the  number. If the user inputs a number out of the specified range, the program should  show an error and prompt the user for a valid input.

2278


how to data grid use in data bind?

1495


When will you use shell script/Perl ahead of C/C++?

657






What is the merger sort principle and its time complexity.

641


What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?

1630


Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.

559


Explain polymorphism. Provide an example.

618


Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.

593


how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out

1494


WHat is execution in manual testing and when will we start execution and what language we use in execution

1483


public static void main(String args[]) describe it

1577


why we use abstract word in abstract window toolkit in java language.

1769


can we retrieve only integer/String type columns from a table,if yes how?

1503