006~ASP 0196~Cannot launch out of process component~Only InProc server components should be used. If you want to use LocalServer components, you must set the AspAllowOutOfProcComponents metabase setting. Please consult the help file for important considerations.
ASP 0181~Invalid threading model~An object using the apartment threading model cannot be stored within the Application object. ...
ASP 0182~Missing object information~An object with missing information cannot be stored in the Application object. The threading ...
ASP 0187~Object addition conflict~Could not add object to application. Application was locked down by another request for ...
ASP 0195~Invalid Server Method Call~This method of the Server object cannot be called during Session_OnEnd and Application_OnEnd. ...
ASP 0196~Cannot launch out of process component~Only InProc server components should be used. If you want to use LocalServer ...
ASP 0200~Out of Range 'Expires' attribute~The date and time given for 'Expires' precedes Jan 1, 1980 or excedes Jan 19, 2038, ...
ASP 0209~Illegal value for TRANSACTION property~The TRANSACTION property can only be REQUIRED, REQUIRES_NEW, SUPPORTED or ...
ASP 0225~Cannot wrap TypeLibs~Cannot create a Type Library Wrapper object from the Type Libraries specified in METADATA tags. ...
ASP 0234~Invalid include directive~Server side include directives may not be present in script blocks. Please use the SRC= ...