The examples in this chapter were created with Visual Basic 6.0.
You can register and use the compiled ASP components directly, or you can open the
projects and re-build the objects before registering. You do not have to re-compile the components if you don't wish to; you can, instead,
use regsvr32.exe to register the components and run the tests directly.
Example to Chapter Mapping |
Example 8-1, ScriptingContext | Component is tstresponse.dll, test page is first.asp |
Example 8-2, ScriptingContext | Component is tstresponse2.dll, test page is second.asp |
Example 8-4, ScriptingContext and global.asa | Component is tstresponse.dll, test page is third.asp -- also see global.asa |
Example 8-5, ScriptingContext | Component is tstresponse.dll, test page is fourth.asp |
Example 8-6, ObjectContext and Response object | Component is tstobjcntx.dll, test pages are fifth.asp and sixth.asp |
Example 8-7, MTS and transactions | Component is tstmts.dll, MTS package is test.PAK |
Example 8-8, Working with example 8-7 and trans | Component is tstobjcntx2.dll, test page is seventh.asp |
Example 8-9, 8-10, Application object | Component is tstappl.dll, test page is eighth.asp -- also see global.asa |
Example 8-11, Application object | Component is appltest2.dll, test page is ninth.asp |
Example 8-12, Session Object | Component is sesstest.dll, test page is tenth.asp - also see global.asa |
Example 8-13, 8-14, Request object | Component is response1.dll, test page is eleventh.asp and testresponse.asp |
Example 8-15, Request and Cookies | Component is response2.dll, test page is testrspnse2.asp |
Example 8-16, Response and ContextType | Component is response3.dll, test page is thirteen.asp |
Example 8-17, Server and re-direction | Component is response4.dll, test page is fourteen.asp |
Example 8-18, Server and CreateObject | Component is tstserver.dll, test page is fifteen.asp |
Example 8-19, Server and encoding | Component is tstserver2.dll, test page is sixteen.asp |