Answer Posted / 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 View All Answers
Can we override the enablepartialrendering property of the scriptmanager class?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What is content place holder?
Describe the .net base class library.
When maintaining session through sql server, what is the impact of read and write operation on session objects?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is css in asp.net?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
Are there resources online with tips on asp to asp.net conversions?
How can we identify that the page is post back in asp net?
How do we assign page-specific attributes?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What are the types of validation in asp net?
What is DataGrid wheater its a Server Control or something else ?
what is DLL Hell and how it is solved in .NET? please explain clearly??