CompilationSection.ProfileGuidedOptimizations Property

Definition

Gets or sets a value that indicates whether the application is optimized for the deployed environment.

C#
[System.Configuration.ConfigurationProperty("profileGuidedOptimizations", DefaultValue=System.Web.Configuration.ProfileGuidedOptimizationsFlags.All)]
public System.Web.Configuration.ProfileGuidedOptimizationsFlags ProfileGuidedOptimizations { get; set; }

Property Value

A value that indicates whether the application is optimized for the deployed environment.

Attributes

Remarks

When this property is set to All, the ASP.NET compilation system enables optimizations that are intended to speed up ASP.NET startup performance at the expense of increased CPU utilization. The default setting for this property is All.

Applies to

Produkt Versionen
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1