Navigating Converted Project

Names

CONVERTER
 In main_aux.txt 
   |=WIClassName."InterfaceToDll"    'choose auxiliary class name here
   |=web_main_mod."web_main_mod"     'module which will have Public Sub Main

 Dll-Web mapping:
   prefixes:
      get:  Server --> Web
      set:  Web    --> Server
    

SOURCE

  Definitions

RESULT


Console.txt file with possible Converter warnings is a sibling to s2s.exe.


According taken definitions, result projects and files can be found in:

Dll project             = ...\RESULT_FILES\projectfolder\myproject
ASP project             = ...\RESULT_FILES\projectfolder_asp
Target name for Browser = ...\RESULT_FILES\projectfolder_asp\myproject.asp

The address for Browser may be more clear in topnote in myproject.asp.
The name myproject.asp can be changed to any after converter finished:
for example to default.asp. This change does not affect Web site functionality.


For global.asa:
 <OBJECT RUNAT=Server SCOPE=Session ID=VbAppPROJECTNAME PROGID="PROJECTNAME.InterfaceToDll">
 </OBJECT>