The ScriptingContext class implements the IScriptingContext interface.
public class asp.ScriptingContext
extends java.lang.Object implements IScriptingContext
{
}
You can use the ScriptingContext class to gain access to the other built-in objects. If you use this method of accessing the built-in objects you should call the IScriptingContext interface in the OnStartPage method. Built-in objects can also be accessed through the ObjectContext object, which is the recommended method for components running on IIS 4.0 or later.
IScriptingContext Interface, ObjectContext Object