You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The ASP.NET IIS Registration action allows the registration or removal of ASP.NET applications within IIS. It can also create ApplicationPools or get the status of the installed ASP.NET.

User Interface

ASP.NET IIS Registration 

Working Folder

The folder from which the AL.EXE command will be run. This allows for easier referencing of source files in the AL command through relative paths. 

ASPNET_REGIIS.EXE Command line options

The parameters to pass to ASPNET_REGIIS.EXE. This can take the following form:

  • [options]

Due to the complexity of this tool and the number of options available we currently allow direct access to the command arguments. These can be found on the MSDN website located here ASPNET_REGIIS.EXE.

Framework version

Use default Framework version (vX.X) / Use vX.X

Allows the selection of the .NET version to use for NGen. The minimum is .NET v2.0.

Use 64-bit tools

This options specifies as whether to force the usage of 64-bit tools on a 64-bit system or not.  As FinalBuilder is currently a 32-bit application it will default to running the 32-bit version on a 64-bit system.  Check this option if you require the 64-bit version to be run.

  • No labels