ASPNETVersion Property

Specifies the ASP.NET version number that will be set in Internet Information Services (IIS) for each Web folder in the project.

Remarks

The ASPNETVersion property in the Properties Window of Web Setup Projects specifies the exact version of the ASP.NET page framework that the installer requires be present on the target computer before you install the Web application. You can specify the following versions of the ASP.NET page framework:

Version property value1

CLR version

2.0.50727.0

2.0

4.0.30319.0

4

Notes

  1. The list of property values that appears in the Visual Studio IDE depends on the versions of the .NET Framework that are installed on your development computer. For example, if you install an update or service pack of the .NET Framework 4, that version or service pack appears in this list.

See Also

Reference

Deployment Properties

Concepts

Setup and Deployment Projects