mwe100
03-20-2010, 05:10 PM
I made a project and have not had any success into building that project with Web Developer 2010 Express Beta 2. I have been trying to build a project onto a server URL with a customized domain. I made up the server URL, onto which I have been trying to build, on DiscountASP.NET. While attempting to build a project, I have been getting the following result on a web browser:
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 3:
Line 4: <system.web>
Line 5: <compilation debug="true" targetFramework="4.0" />
Line 6: </system.web>
Line 7: <system.webServer>
Version Information: Microsoft .NET Framework Version:2.0.50727.4016; ASP.NET Version:2.0.50727.4016
The result shows configuration error and unrecognized attribute. Are there remedies to the problem? Ways I can get the problem fixed?
Mike
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 3:
Line 4: <system.web>
Line 5: <compilation debug="true" targetFramework="4.0" />
Line 6: </system.web>
Line 7: <system.webServer>
Version Information: Microsoft .NET Framework Version:2.0.50727.4016; ASP.NET Version:2.0.50727.4016
The result shows configuration error and unrecognized attribute. Are there remedies to the problem? Ways I can get the problem fixed?
Mike