The installation creates a new subdirectory called ASP.NET Generator in the installed Component Enabler Directory.
The ASP.NET Web Forms Generator infrastructure files and some utility programs are copied into this directory.
The ASP.NET Web Forms Generator installation directory includes the following sub directories:
Bin – Contains the following dlls:
UniCombo.dll – provides support for combo-boxes.
UniMenu.dll – provides support for right-click context menu in the ASP.NET Web Page.
CEWebFormRenderer.dll – provides support for the rendering of the generated Ispec Web User Control forms
Common – Contains two subdirectories in which infrastructure files that are common to the entire application are stored:
Generated – Contains common infrastructure files for the project generated by the ASP.NET Web Forms Generator.
User – Contains common infrastructure files for the user application project and solution.
Images – Contains a default image called blank.gif, which is used when the requested image file is not found at runtime.
Lang – Contains infrastructure files that can be customized for each language of an application.
Utilities\MSMQ Remover – Contains a sample ASP.NET page to clear any “orphaned” queues in an MSMQ environment.
Utilities\Setup – Contains a sample script that can be used to compile the generated files and a setup script. The setup script SetupASPNET.vbs is a wizard that guides the user through the steps for setting up the folder structure for the Web Application, copies all necessary infrastructure files into the Views directory, ensures unique namespace across applications and registers a virtual directory associated with the Views directory.