Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width600px

The ASP.NET Precompiler action allows you to compile ASP.NET applications before deployment.

Precompiling has two main advantages:

  • The ASP application does not need to be compiled when first accessed. 
  • By deploying only compiled ASP applications, the ASPX source files do not need to be in an IIS virtual directory. 

Compiler Options

Column
width300px
Panel
borderColor#D8D8D8
bgColor#FFFFFF
titleColor#FFFFFF
borderWidth1
titleBGColor#006396
borderStylesolid
titleOn this page:

Table of Contents
maxLevel3
minLevel2
printablefalse
 

Column

Compiler Options


Application

There are three ways to specify the path to your ASP.NET Application:

...

Excerpt Include
_Inc_.NetFramework
_Inc_.NetFramework
nopaneltrue

Starting Directory

Starting Directory

The directory that pre-compile the precompile will be based in. If not set then its the currently working directory of the build. 


Target

Image Added

Target Output Directory

Compile the application in-place

...

The compiled assemblies will be given fixed names.  If this option is not set, the names will be automatically generated.Image Removed

Show error stack if fails to compile

Specify if a stack trace is required in the action output when a failure occurs. 


Strong Name

Image Added

Create Strong Name Assembly

...