Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

PRB: Global.asa Does Not Fire from Personal Web Server on Windows 98


View products that this article applies to.

Symptoms

When you develop Visual Basic Internet Information Server (IIS) applications (WebClasses) on Microsoft Windows 98, you may not be able to access any session or application variables from the Global.asa file. This problem may also occur when you work locally (in Local Mode) in a Visual InterDev project.

↑ Back to the top


Cause

The virtual directory that Visual Basic (or Visual InterDev in Local Mode) sets up is not created as an application. For Global.asa to fire, the virtual directory must be an application. When Global.asa fires, the session and application variables are set to the appropriate values.

↑ Back to the top


Resolution

To resolve this problem, remove the existing virtual directory, and create a new virtual directory in Personal Web Manager as follows:
  1. Open Personal Web Manager (click the black and white icon on the taskbar).
  2. On the Advanced tab, click your WebClass project directory (for example, \test) or your Visual InterDev local Web project's folder (for example, \test_local), and then click Properties.
  3. Copy the directory alias and its physical path, and then click OK.
  4. Click Remove to remove the particular virtual directory.
  5. From the treeview, click the home directory, and then click Add to add the virtual directory.
  6. Paste the information that you copied in Step 3.

↑ Back to the top


More information

To verify that the Global.asa file is firing, you can write out any session variable or application variable from Global.asa in your WebClass or Active Server Pages (ASP) page.

↑ Back to the top


References

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:
184572 PRB: Creating Application with PWS 4.0, Windows 95 and VID

↑ Back to the top


Article Info
Article ID : 288245
Revision : 3
Created on : 1/1/0001
Published on : 1/1/0001
Exists online : False
Views : 378