Answer Posted / mahesh kotekar
ISAPI is the handler running in IIS server. WHen the request
comes from the client ISAPI is responsible for sending those
request particular to aspx pages to aspnet_WP workerprocess
which will process the request.
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
A Web Service Can Only Be Written In .net. Is it True??
What are the event handlers that we can have in global.asax file?
What’s the use of “GLOBAL.ASAX” file?
Explain different authentication modes in asp.net?
What is the purpose of asp.net?
Which validator control you use if you need to make sure the values in two different controls matched?
What is the use of session state and application state and difference between them?
What does postback mean?
Briefly describe the role of global.asax?
Difference between web user control and web custom control?
Is data edited in the Repeater control?
Do cookies store passwords?
How can you display all validation messages in one control?
Explain about Application and Session Events ?
What is the appSettings Section in the web.config file?