The OnStartPage method is an implementation of the standard server-side method invoked by the ASP scripting context on any COM objects created using the built-in ASP Server dispinterface CreateObject method. In this case, the OnStartPage method invokes the IUserObject::Init method on the UserObjects object, passing the virtual server instance identifier and the username found in the REMOTE_USER variable sent with the request.