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 |
write a sql qwery which include joining of two tables 4 marks mainframe
what is c sharp dotnet
what is the exact full form of OOPS,O -> object O -> oriented P -> programing S-> ? ....
why applet is introduced?
how do u handle table control inbdc explain the process in steps iwant the answer in urgent please forward this even i know how to explain there
Given: (x-2)(x+3)= 100; solve the equation for x using any programing language.
diffrence between oracle apps , .NET , SAP
what is throws keyword
Given a arbitrary pointer to an element in a singly linked list?what is the time complexity for its deletion .
is possible to delete specific data in a row by using of sql query?
give idea for creating screen in abap
is try block possible without catch block?