first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

VB: Orange County Visual Basic Users Group Seminar; Internet Information Server Applications; Web Classes

Internet Information Server Applications in VB6 is an "alternative" to Visual Interdev. Use relative paths; Deployment Wizard "sucks"; avoid the Session object and wcRetainInstance; use POST not GET; use generated URLs; do not store ADO Recorsets in Session object.

Set NextItem = <Template>

WebClass Events: BeginRequest/EndRequest; Initialize/Terminate; FatalErrorReponse (write custom error message to client); Start

WebItem Events: Respond; ProcessTag; UserEvent

Web Class has Templates and WebItems

Templates have tags; tags can be associated with custom events (Connect to Custom Event) or WebItem (Connect to WebItem).

Use the WriteTemplate method to render page.

URLFor() is a keyword to take note of...

mod date: 1999-04-22T03:54:26.000Z