What is ISAPI?

Answers were Sorted based on User's Feedback



What is ISAPI?..

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

What is ISAPI?..

Answer / bhushan

According to my understanding, ISAPI (Internet Server
Application Programming Interface) is an extension that
allows native (unmanaged) applications developed using VC++,
VB6 and similar to host their HTML content and associated
logic on the web. It acts as an agent that directly couples
the native applications to IIS, avoiding any need to
manually deploy or configure the application according to
IIS needs. But native applications that are web enabled are
a bit difficult to program. ASP.NET applications on the
other hand, by pass ISAPI and directly work with IIS, as IIS
has been provided the capability to understand the requests
that are to be send to the ASP.NET engine (aspnet_wp.exe in
the form of .aspx). Some sort of minor deployment steps are
needed to host these applications to IIS. However, the web
application development is greatly simplified. Please let me
know if this answer sounds ok...

Is This Answer Correct ?    11 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

When Garbage Collector will run and how its identifing whether the Object is used or Not.?

2 Answers   Verizon,


Why cyclomatic complexity is important?

0 Answers  


Where is the session stored?

0 Answers  


Can we have a web application running without web.config file?

0 Answers  


Which asp.net objects encapsulate the state of the client and the browser?

0 Answers  






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

0 Answers   BirlaSoft,


What is the first name space in .netF/W heirarchy

3 Answers   Wipro,


What are the various types of authentication?

1 Answers  


Explain current thinking around IClonable.

1 Answers   Infosys, Wipro,


What does a switch do?

0 Answers  


Name the namespace which is used by ado.net?

0 Answers  


Name the two properties are on every validation control?

0 Answers  


Categories