
| email this FAQ to a colleague
Q: My ISAPI application running under IIS 4.0 loses the state of the global variables between requests, what is the problem? A: You could possible hacing ISAPI Application Caching turned off, here is how to turn it back on: - Open up the Internet Server Manager within MMC.
- Click on the directory that you want to begin your application namespace at.
- Depending on the type of directory click on either the Home Directory, Virtual Directory, or the Directory tab.
- From within the Application Setting click on the Configuration button.
- From with in the Application Configuration dialog click on the Application Mappings tab.
- Check the box with the label Cache ISAPI Applications.
- Click on OK to exit the Application Configuration dialog.
- Click on OK to exit the properties dialog.
- Wayne Berry |