What is ISAPI?
Answers were Sorted based on User's Feedback
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 |
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 |
What do you mean by serialize and marshalbyref?
What are type/key pairs in client script registration?
What is base class of button control in .net?
What are the page life cycle events?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Explain State management in asp.net
Why cyclomatic complexity is important?
What is boxing and unboxing in asp.net?
What is comparevalidator?
How does the regular expression validator work? What are two situations when you might want to use one?
Difference between application and session ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)