Server Error in '/' Application.
--------------------------------------------------------------------------------Configuration Error 
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 6:  <configuration>
Line 7:    <system.web>
Line 8:      <compilation debug="true" targetFramework="2.0" />
Line 9:    </system.web>
Line 10:   <connectionStrings>
 Source File: C:\CieccProduct\CieccProduct\web.config    Line: 8 
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 
开发用的framework4.0  我把配置文件改成2.0的framework  还是这样的错  在03机子上我已经安装 2.0 的asp.net