Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
But still problem is giving

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 2: <configuration>
Line 3: <system.web>
Line 4: <compilation debug="true" targetframework="4.0">
Line 5: <customerrors mode="Off">
Line 6:
Posted
Updated 5-Dec-11 20:35pm
v3

1 solution

Try targetFramework - the F should be in caps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900