Asp.net MCV4 question cadre

J'ai fait un site web avec VS 2012 et MVC4, c'est un travail mon localhost, mais lorsque j'ai publié et mis mon hôte, il ne fonctionne pas. IIS confiurations sont les mêmes. Mais, il me donne cette erreur de lignes:

C'est une erreur;

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: The 'targetFramework' attribute in the <compilation> element of the Web.config file is used only to target version 4.0 and later of the .NET Framework (for example, '<compilation targetFramework="4.0">'). 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.

Source Error: 


Line 20:   </appSettings>
Line 21:   <system.web>
Line 22:     <compilation targetFramework="4.5" />
Line 23:     <httpRuntime targetFramework="4.5" />
Line 24:     <authentication mode="Forms">

Merci pour vos conseils à l'avance

Je ne suis pas expert sur ce sujet en particulier, mais est-ce vraiment la totalité de l'erreur?
J'ai corrigé l'erreur de lignes.
Est .NET 4.5 est installé sur votre serveur?
Je viens de l'installer et il fonctionne certes, merci pour vos conseils.

OriginalL'auteur nermik | 2012-08-27