...\<ProjectTemplates>

This sub-folder contains files that are common to all applications built with Iron Speed Designer.  When Iron Speed Designer creates a new application, the contents of this folder are copied to the new application’s folder.  Then the names and contents of certain files are changed to match the new application’s data (e.g. application name).  In addition to the files that are copied, this folder contains several empty sub-directories that are needed by the application.

File

Function

ApplicationWebForm.js

Contains JavaScript utility functions used by the application base classes.

ApplicationWebUIValidation.js

Client-side validation is performed by a set of JavaScript functions.  The JavaScript functions are common across all Iron Speed Designer applications.  Client-side validation reduces the load on servers and gives immediate feedback to the application user without waiting for an answer from the server.  While it is advantageous to use client-side validation, unfortunately not all browsers support client-side validation.  As such, this layer is only used if supported by the browsers.

Web.config

This is the default Web.config file provided for applications.  The installation program copies the correct Web.config file for your environment.