006~ASP 0137~Invalid Global Script~Script blocks must be one of the allowed Global.asa procedures. Script directives within <% ... %> are not allowed within the Global.asa file. The allowed procedure names are Application_OnStart, Application_OnEnd, Session_OnStart, or Session_OnEnd.
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 ...
ASP 0156~Header Error~The HTTP headers are already written to the client browser. Any HTTP header modifications must be made ...
ASP 0169~Missing object information~An object with missing information cannot be stored in the Session object. The threading ...
ASP 0178~Server.CreateObject Access Error~The call to Server.CreateObject failed while checking permissions. Access is denied ...
ASP 0181~Invalid threading model~An object using the apartment threading model cannot be stored within the Application object. ...