Building Your Application

Go to:

Build, Build

 

Build, Build All

 

Build, Regenerate and Reload Stored Procedures

Applications can be generated at any time, providing a high degree of control over the generation.  Only those portions of your application that have been modified are built.

Option

Description

Build

This command builds only those aspects of your application that require building, such as web pages, Presentation Layer code, Data Access Layer code, and SQL queries and stored procedures.  Generally, only those portions of your application affected by changes made since your application was last built will be built.

Rebuild All

The Build All and Run command forces the regeneration of all an application’s web pages and associated code files.

The Build command typically regenerates only the specific pages or components that have been changed.  It functions much like a “Make” tool.  Effectively, “Build All and Run” is a "make all" option.  Iron Speed Designer determines which files are changed and which files have not been changed based on the date/time stamp of the files, exactly like a Make tool.  Use Build All and Run in cases you would like to do a fresh build of the entire system.

In general, you should only need to use this option in one of these situations:

  • You manually modified or deleted any of an application’s ASPX, ASCX, or source code files and you want to recreate them.

  • You manually added or deleted a component’s properties file in an application’s folder.

Note that customizable class files will never be overwritten, even when you "Build All and Run".

Regenerate and Reload Stored Procedures

Forces all stored procedures to be recreated and inserted into the database regardless of their existing content.

Always Build Before Running

Automatically generate any pages and code files, as necessary, prior to running the application in Iron Speed Designer.

Always Pre-compile Before Running

See Always Pre-compile Before Running for details.

Always Build and Run in Application Wizard

Automatically generate your application, as necessary, after running the Application Wizard.

See Also

Building Your Application

Running Your Application

Always Pre-compile Before Running

Source Code Control

Setting the Application Assembly Information