Lotus Domino and Notes Toolkit for COM - Sample Program: VBScript\Asp\IntroAsp

Prints the title of a Domino database.  There are several parameters that you can pass to the ASP (all of which are optional -- defaults are used for unspecified parameters). Also, checking "Debug Mode" will print the Domino Object method about to be called.

Initialization Method:

Username: (default = "") Person in N&A Book

Password: (default = "") Internet Password for this Person

Server: (default = "") 1st arg to Session.GetDatabase() call.  Note: If supplied, this must be the name of a Domino server, whose Program Directory is on the PATH (and usually on the same physical machine) of the host IIS server machine.

DbFile: (default = "Names.nsf") 2nd ard to Session.GetDatabase() call.