Senator Guerra Souty original series calendar,replica hublot blue steel peach pointer collocation of rolex replica Rome digital scale, track type minute replica watches scale shows that the classical model is swiss replica watches incomparable, wearing elegant dress highlights.
mr-ponna.com

 

YOU ARE HERE: HOME Questions How will you specify what version of the framework your application is targeting



Targeting specific version of the .NET Framework

View(s): 11936

How will you specify what version of the framework your application is targeting?

Answer 1)

In Asp.Net 4 a new element "targetFramework" of compilation tag (in Web.config file) lets you specify the framework version in the webconfig file as

<?xml version="1.0"?>
<configuration>
<system.web>
<compilation targetFramework="4.0" />
</system.web>
</configuration>


It only lets you target the .NET Framework 4.0 and later verisons.
  Asked in:  Microsoft   Expertise Level:  Intermediate
  Last updated on Sunday, 30 June 2013
2/5 stars (9 vote(s))

Register Login Ask Us Write to Us Help