I have the following error in my ASP.NET page. Parser Error Message:
The 'targetFramework' attribute in the element of the Web.config file is used only to target version 4.0 and later of the .NET Framework (for example, ''). The 'targetFramework' attribute currently references a version that is later than the installed version of the .NET Framework. Specify a valid target version of the .NET Framework, or install the required version of the .NET Framework.
I have already installed .NET version 4 on the computer but it still gives the above error. Any idea how to fix it?