When you?re running a component within ASP.NET, what process
is it running within on Windows XP? Windows 2000? Windows 2003?
Answer Posted / 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 |
Post New Answer View All Answers
Write a pascal program to calculate the sum of the first 100 even number and odd number
write a sql qwery which include joining of two tables 4 marks mainframe
i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..
how to convert hashmap to arraylist with iteration
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
how to data grid use in data bind?
What sysoption determines where the macro facility searches a specific catalog for complied macro?
1) How can u create the table?
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
how to convert the data from HTML file to SAS dataset?
in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'
can we allocate memory for interface? if no then why?
5.Call by value and Call by reference with program?