When I run aspx code through web server I get the following exception. What should I do to fix it ?
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.
Source Error:
Line 9:
<system.web>Line 10:
<customErrors mode="Off"/>Line 11:
<compilation debug="true" targetFramework="4.5" />Line 12:
<httpRuntime targetFramework="4.5" />Line 13:
</system.web>
CustomError