This Sample is located at Samples\ASP.
Description
Using the Sample
Key Project Files
Technologies Demonstrated
This sample implements one class, EnumServerVars, which exposes the enum method. When called, enum uses the AspContext class to retrieve both the Request and Response objects. Request.getServerVariables is called and the resulting RequestDictionary is enumerated, with each server variable being sent to the client browser using the Response.Write method.
See Using the ASP Samples for instructions on installing, running, and uninstalling this sample.
The main method of this class enumerates through server variables, by using framework.
EnumServerVars_test.aspThis file uses the framework to access server variables.