21/07/2009, 13:00
|
| | | Fecha de Ingreso: febrero-2005
Mensajes: 395
Antigüedad: 19 años, 10 meses Puntos: 1 | |
Respuesta: Ayuda para montar aplicación web con IIS Por si sirve de algo: tengo instalado Framework 2, 3 y el 3.5
Este es el error: Server Error in '/SmntConsulta' 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: Could not load file or assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. El sistema no puede hallar el archivo especificado. (c:\inetpub\wwwroot\smntconsulta\web.config line 90) Source Error:
Line 88: </httpHandlers>
Line 89: <httpModules> Line 90: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>Line 91: </httpModules>
Line 92: </system.web> Source File: c:\inetpub\wwwroot\smntconsulta\web.config Line: 90
-------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 |