
| 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 | Articles | | Jul 5, 2000 - Point the Way with Graphics | | IImages may also be used via the ASP Request Object. This article will
show you how the use the Request.Form("ImageName.X") property for such tasks as
record navigation (e.g. << Record 1 of 15 >>) or column headings for HTML tables
may use images rather than buttons.
type = "SUBMIT") are the common mechanism to allow the user to request actions from
your Web site. Images may also be used via the ASP Request Object. This article will
show you how the use the Request.Form("ImageName.X") property for such tasks as
record navigation (e.g. << Record 1 of 15 > >) or column headings for HTML tables
may use images rather than buttons. [Read This Article] [Top] |
| | | Aug 5, 1999 - Writing ISQL_w in ASP | | In this article Christophe Berg show you how to build our own iSql with ASP and ADO 2.0. Using ASP you can build a database administration page that will allow you to modify your database from your browser. It’s both easy to implement and very useful, and it’s a good way to see how to work on a database with ASP. [Read This Article] [Top] |
|
|