006~ASP 0122~Invalid Scope in object tag~The object instance '|' must have Application or Session scope. This applies to all objects created in a Global.asa file.
ASP 0113~Script timed out~The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying ...
ASP 0114~Object not free threaded~The application object accepts only free threaded objects; object '%s' is not free threaded. ...
ASP 0119~Missing Classid or Progid attribute~The object instance '|' requires a valid Classid or Progid in the object tag. ...
ASP 0121~Invalid Scope in object tag~The object instance '|' cannot have Application or Session scope. To create the object ...
ASP 0122~Invalid Scope in object tag~The object instance '|' must have Application or Session scope. This applies to all ...
ASP 0128~Missing File or Virtual attribute~The Include file name must be specified using either the File or Virtual attribute. ...
ASP 0135~Cyclic Include~The file '|' is included by itself (perhaps indirectly). Please check include files for other Include ...
ASP 0136~Invalid object instance name~The object instance '|' is attempting to use a reserved name. This name is used by ...
ASP 0137~Invalid Global Script~Script blocks must be one of the allowed Global.asa procedures. Script directives within are ...