Platform SDK: IIS SDK |
The StaticObjects collection contains all of the objects created by using the <OBJECT> tags within the scope of the Application object. You can use the collection to determine the value of a specific property for an object or to iterate through the collection and retrieve all properties for all static objects.
Application.StaticObjects(Key)
You can use an iterating control structure to loop through the keys of the StaticObjects collection, as shown in the following example.
<%
Dim strKey
For Each strKey In Application.StaticObjects
Response.Write strKey & " =index.html <i>(object)</i><BR>"
Next
%>
Platforms: Windows 2000 with IIS 5.0 installed,
Windows XP with IIS 5.1 installed,
Windows Server 2003 family with IIS 6.0 installed
What did you think of this topic? |
Order a Platform SDK CD |