Can't set Response object in ASP Classic
问题 This line: set Response = nothing Fails with the error "Microsoft VBScript runtime error '800a01b6' Object doesn't support this property or method: 'Response' " Now, I can think of any number of reasons why the engine might not want to let me do such a seemingly silly thing, but I'm not sure how a missing method could be stopping me. EDIT: Here is an example of what I'd like to do with this. class ResponseBufferEphemeron private real_response_ private buffer_ private sub class_initialize set