Terminology used in contexts of vb2asp

PWS            - Personal Web Server. Can run on Windows 9x.
IIS            - Internet Information Server. Can run on Windows NT, XP.

Converter      - vb2asp schema, all contained in ...\vb2asp folder.
Browser        - Web Browser, User Agent, Web Client.
JS             - Web Browser's part of script, JavaScript of JScript.

FormScript     - upper part of the VB-Form.frm file which contains
                 controls description, controls initial properties, and
                 controls tree.


Source Project Related:

  This is how particular names are denoted in vb2asp context:
  Actual particular names can be different than this notations:
  For example: myproject is not necessarily 'myproject', but can be 'GoodApplication'.

VBP-source     - Visual Basic original Project to be converted.

Note: following four names can differ from each other and can have different function:

myproject.vbp  - the name of VB-project file to be converted.
projectfolder  - folder which contains VB-source.
PROJECTNAME    - Project Name
                 In VB4-IDE,            menu/Tools/Options/Project/Project Name = PROJECTNAME
                 In VB6-IDE,            menu/Project/PROJECTNAME Properties/Project Name = PROJECTNAME
                 In in myproject.vbp,   Name="PROJECTNAME"
EXENAME        - Executable File Name 
                 In in myproject.vbp,   ExeName32="EXENAME"



Redundant notes:

converter-time - during conversion, during s2s execution.
run-time       - during execution of dll when user browses the converted Web Site.