net enable deploy cookie asp application asp.net-mvc-3 .net-4.0 web-config iis-6

asp.net-mvc-3 - enable - iis security settings



Error de configuraciĆ³n: System.Web.Helpers (2)

Implementé un sitio en un servidor y recibí este error. ¿Por qué obtengo esto?

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: Could not load file or assembly ''System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'' or one of its dependencies. The system cannot find the file specified. Source Error: Line 16: <assemblies> Line 17: <add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> Line 18: <add assembly="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> Line 19: <add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> Line 20: <add assembly="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> Source File: C:/<path>/web.config Line: 18 Assembly Load Trace: The following information can be helpful to determine why the assembly ''System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'' could not be loaded. WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM/Software/Microsoft/Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM/Software/Microsoft/Fusion!EnableLog].


Parece que el servidor en el que implementó la aplicación no tiene ASP.NET MVC 3 instalado. Si no desea instalar ASP.NET MVC 3 en el servidor, también puede desplegar bin su aplicación.


Tuve el mismo problema e instalé la Actualización de Herramientas de ASP.NET MVC 3 desde el sitio de Microsoft y resolvió el problema.

También verifique si C: / Program Files (x86) / Microsoft ASP.NET está presente antes de la instalación. Como en mi caso, faltaba esta carpeta y después de la instalación tengo esta carpeta y los ensambles se registraron.