ISAPI
ISAPI(Internet Server Application Programming Interface) は、マイクロソフトのWindows NT系に付属(一部除く)するIISのn層API。主にWeb�…
ISAPI(Internet Server Application Programming Interface) は、マイクロソフトのWindows NT系に付属(一部除く)するIISのn層API。主にWebサーバとして利用されている。
Apacheにおいても、mod_isapiを利用することにより、IISのISAPIと互換性のある環境を構築できる。
ISAPI アプリケーション
ISAPIはExtensionsとFiltersの2つの構成要素からなる。これら2つの構成要素はC++での開発となる。また、作成したDLLファイルはIISに登録しなければならない。
ISAPI Extensions
IIS Extensionsを利用すると、プログラムはIIS上で動作する。また、IIS ExtensionsはIISの全ての機能を利用することができるようになる。
ISAPI Filters
IIS FiltersはIISの機能強化、または機能の修正を行うために用いられる。IIS Filtersを利用してデータの入出力を作成したプログラムが行えるようになる。
作成したプログラムはDLLファイルで、IISにサイトレベル、または管理下にある全てのIISに登録する。
ISAPI Filtersを利用して、主に以下の様なジョブが利用されている。
等、多様なジョブを実行できる。
代表的な ISAPI アプリケーション
- Active Server Pages
- ASP.NET
- Perl ISAPI
- PHP
ISAPI 開発
ISAPIを利用してのアプリケーション開発は、Visual C++ 4.0からサポートされている。Wizardを利用してISAPIフレームワークを作成できる。開発は主にMFCを利用して開発する。
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.