AspNetCompiler.FixedNames Property

Definition

If specified, the compiled assemblies will be given fixed names.

This API supports the product infrastructure and is not intended to be used directly from your code.

public bool FixedNames { get; set; }
public bool FixedNames { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }

Property Value

true if one assembly should be generated for each page in the application; otherwise, false.

Attributes

Remarks

Each assembly is named with the virtual path of the original page unless the name would exceed the operating system limit for file names, in which case a hash is generated and used for the assembly name.

You cannot use this property for in-place compilation; in-place compilation honors configuration settings for compilation batch mode.

Applies to