Configuring the Web server for ISAPI applications

There are two options for configuring the web server when rebuilding and retesting your ISAPI applications:

Cache

With caching, the ISAPI application remains loaded into the web server's address space after its first execution. This is, therefore, the preferred option for deployment.

However, when debugging, this option requires the web server to be stopped and restarted each time you need to make changes and retest.

Non-cache

This is the recommended mode for debugging, removing the necessity to stop and restart the web server.

To remove caching from the Web server for ISAPI applications