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. 

Image RemovedImage Added

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

Table of Contents
maxLevel3
minLevel2
printablefalse
 

Column

 

...

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

Image RemovedImage Added

Show error stack if fails to compile

...