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...