Monday 6 November 2017

How to check your web application target to Which Framework?

To Check that whether my application target to which framework then please goto Web.config file and after that find out
<system.web> 
</system.web> 
and within that
<compilation debug="true" targetFramework="4.5" /> should be present.
If targetFramework="4.5" means it is targeting 4.5 .net Framework.

0 comments:

Post a Comment