.UPDATE File Extension
ISAPI Update File
Developer | EggCentric |
Popularity |
4.2 | 59 Votes |
What is a UPDATE file?
File used by ISAPI Loader, a program that allows DLLs to be "hot-swapped" on a Microsoft IIS web server during execution; contains updated DLL file contents for the Web server; automatically recognized and updated by ISAPI Loader.
More Information
The ISAPI loader requires all updatable DLL files to be renamed with the extension RUN. When discovering a new UPDATE file, it finishes current Web server requests, holds new Web server requests, changes the existing RUN file to use the extension BACKUP, renames the UPDATE file to RUN, reloads the new RUN file, and then resumes Web server operations normally.
ISAPI, which stands for Internet Server Application Programming Interface, enables two components in IIS, extensions and filters. Extensions are applications that run on IIS, and filters are extensions to the IIS web server functionality.