Vb2asp - VB to ASP Convertion Helper

Readme

  Free for modification with retaining this note:
  Originator: Copyright (C) 2004, Konstantin Kirillov.

  Vb2asp purpose is to produce a code which is clear and easy to develop.
  Produced code is ASP-driven Web Site which comprises dll and asp projects.

Terminology
Concept
Point-and-Click Demo Conversion
Reliability and Safety
Requirements
   Browser
   Development and Running
   S2s versions

Restrictions 
Limitations 

What Converter does
   What Controls are converted
   What Events are converted
Anatomy of Converter
   Folder Structure
Anatomy of Result

Conversion Steps
   Preparation
   Convertion 
   Where are results?
   Editing      


Debug
   Conversion-Time
   Run-Time
   Common Exceptions


PWS Troubleshooting
PWS Installation
Bugs
What vb2asp wants
Readme Drafts.



Browser requirements

  IE 5.5, Netscape 6.0 or higher or 
  any browser supporting early CSS or DOM. 
  No Active X or browser plugins required. 


Development and Running Requirements

  This depends on the purpose.
  1. To obtain HTML templates only, only server with ASP is required.
     PWS on Windows 9x should be sufficient.

  For additional tasks:
  
  2. To manage the dll-source-code, VB4 and higher IDE is required.
  3. For Apartment Threaded Com applications, VB6 and higher is required.
  4. To run, Server requirements:
        IIS on NT 4+ or 
        PWS on Win 9x. 


Part of s2s which is required.
   
   Vb2asp requires an engine and GUI to run:
    Script2Script.dll Revision 22 Update 76 or higher.
    s2s.exe              the same Update    or higher.



Things to author to check

 If project already has "Sub Main", 
 but does not start from it, 
 manual correction for result-dll may be required.