Help

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hi guys I have a problem with our website what does this mean see below and please advice on how I can fix this error

"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:


An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Source File: F:\Domains\houseof3\houseofmotani.com\wwwroot\nopCommerce_3.10_Source\Presentation\Nop.Web\web.config    Line: 43 "
7 years ago
Hi,

You can try after removing targetFramework="4.5.1" from both lines from Web.Config File.

<compilation debug="true" targetFramework="4.5.1" />
<httpRuntime targetFramework="4.5.1" enableVersionHeader="false" />


<compilation debug="true" />
<httpRuntime enableVersionHeader="false" />
7 years ago
May this helps you: http://stackoverflow.com/questions/7530725/unrecognized-attribute-targetframework-note-that-attribute-names-are-case-senhttp://
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.