Results 1 to 6 of 6

Thread: Confused about ISAPI

  1. #1
    Join Date
    Jan 2010
    Posts
    112

    Confused about ISAPI

    Hello Friend,

    I am Bsc(IT) student, and having lots of confusion about the ISAPI. I am getting troubled while use of ISAPI concept. I have referred various books for ISAPI, but nothing was helpful. If you posses sound knowledge about ISAPI concept, then please let me aware about the same. I would really appreciate any help over ISAPI. I am waiting for your reply.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Confused about ISAPI

    The ISAPI is the programming interface (APIs) for application IIS of Microsoft. It was designed by Process Software Corporation, Microsoft Corporation and a few other publishers. The objective is to limit the creation of the son process to reduce latency. To do this, load the ISAPI code from the shared Dll in the server process. The disadvantage of ISAPI, compared for example CGIIs that the code loaded into the server compromises its integrity.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Confused about ISAPI

    ISAPI is mainly used in the version "WebServer" of Windows Server 2003. ISAPI has also been implemented by Apache via its module mod_isapi that allows Web applications written to run on IIS to Apache. When a browser requests a connection type Default.asp, IIS (w3wp.exe or aspnet_wp.exe) intercepts the web request and after analyzing the file extension and the password is the name ISAPI From ssi.dll . SSI is a default service supported internally by IIS, but this service can be moved as a link library (DLL) compatible ISAPI.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Confused about ISAPI

    The biggest demerits of ISAPI is the increase in ISAPI development time compared to technologies like PHP and ASP support native session management. Security problems also appear because of the use of C language and the possibility of saturation of the cache (buffer overflows). Unlike a CGI, ISAPI version 5.0 and earlier is enforced in the same workspace as IIS.

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Confused about ISAPI

    ISAPI filters are used to modify or improve the functionality offered by IIS by default. The configuration file for IIS defines the execution order of filters and level (sites or directories). Implemented as DLLs, the filters are always loaded in IIS in the background. They examine and modify, if necessary, the data passing through the http protocol. It is used to Change the header and the url requested by the client .

  6. #6
    Join Date
    May 2008
    Posts
    2,389

    Re: Confused about ISAPI

    Please refer following limitations of the ISAPI:
    • They have access only header of the html page not the body
    • They are configured for a site not for a virtual directory
    • They work on synchronous and block the user interface so long calculation
    • They have access to fewer features than the ISAPI applications

Similar Threads

  1. Confused regarding RAM
    By Victorious in forum Motherboard Processor & RAM
    Replies: 5
    Last Post: 31-12-2010, 07:43 AM
  2. Confused to buy LCD monitors
    By Kalanidhi in forum Monitor & Video Cards
    Replies: 5
    Last Post: 19-03-2010, 01:34 AM
  3. Confused between HTC Desire and HTC HD2
    By Gokul20 in forum Portable Devices
    Replies: 5
    Last Post: 12-03-2010, 03:44 PM
  4. Confused with Tft and Lcd. What is better?
    By Balamani in forum Monitor & Video Cards
    Replies: 3
    Last Post: 17-11-2009, 05:36 PM
  5. Could not load all ISAPI filters for site/service
    By Achraj in forum Small Business Server
    Replies: 1
    Last Post: 17-08-2009, 08:29 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,065,024.99919 seconds with 17 queries