Configuration Error

kulias Messages postés 5 Date d'inscription lundi 17 novembre 2008 Statut Membre Dernière intervention 28 août 2009 - 3 déc. 2008 à 15:07
kulias Messages postés 5 Date d'inscription lundi 17 novembre 2008 Statut Membre Dernière intervention 28 août 2009 - 3 déc. 2008 à 15:12
Bonjour à tous!

Je désespère !
Voilà plus de trois jours que j'ai installé un nouveau serveur (Windows Server 2003 R2 SP2) et que j'essaie d'installer mon site web (utilisant un vieux framework dotNet 1.1)
Mais lorsque j'essaie d'afficher mon site, une fois paramétré dans mon gestionnaire de service iis, il me pète une erreur avec l'assambly et je ne comprend pas pourquoi :

<title>Configuration Error</title><style><![CDATA[
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Lucida Console";font-size: .9em}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
]]></style>Server Error in '/' Application.
<hr color= "silver" size="1" width="100%" />
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: File
or assembly name System.Web, or one of its dependencies, was not
found.

Source Error:

Line 444:    -->

Line 445: <httpHandlers>
Line 446:
Line 447:
Line 448:

Source
File: C:\Inetpub\wwwroot\web\web.config    Line: 446

Assembly Load Trace: The following information can be helpful to
determine why the assembly 'System.Web' could not be loaded.
  Pre-bind state information

LOG: DisplayName = System.Web
(Partial)
LOG: Appbase = file:///C:/Inetpub/wwwroot/web
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
=

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: System.Web
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/18dbb6a8/5891d79b/System.Web.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/18dbb6a8/5891d79b/System.Web/System.Web.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/web/bin/System.Web.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/web/bin/System.Web/System.Web.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/18dbb6a8/5891d79b/System.Web.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/18dbb6a8/5891d79b/System.Web/System.Web.EXE.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/web/bin/System.Web.EXE.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/web/bin/System.Web/System.Web.EXE.

<hr color="silver" size="1" width="100%" />Version Information: Microsoft .NET Framework Version:1.1.4322.2379;
ASP.NET Version:1.1.4322.2379 <!--
[FileNotFoundException]: File or assembly name System.Web, or one of its dependencies, was not found.
at System.Type.GetType(String typeName, Boolean throwOnError)
at System.Web.Configuration.HandlerMapping..ctor(String requestType, String path, String typeName, Boolean defer)
at System.Web.Configuration.HttpHandlersSectionHandler.InternalCreate(Object parent, XmlNode node)
[ConfigurationException]: File or assembly name System.Web, or one of its dependencies, was not found. (C:\Inetpub\wwwroot\bmc\web.config line 446)
at System.Web.Configuration.HttpConfigurationRecord.Evaluate(String configKey, SectionRecord section)
at System.Web.Configuration.HttpConfigurationRecord.GetConfig(String configKey, Boolean cacheResult)
at System.Web.Configuration.HttpConfigurationRecord.GetConfig(String configKey, Boolean cacheResult)
at System.Web.HttpApplication.GetHandlerMapping(HttpContext context, String requestType, String path)
at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, String path, String pathTranslated, Boolean useAppConfig)
at System.Web.MapHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
-->

Pouvez vous m'aider s'il vous plait ? Me donner une piste ou autre je ne sais plus trop quoi explorer tellement que j'ai bidouiller et fait des recherches non fructueuses sur le net...

Merci d'avance !

1 réponse

kulias Messages postés 5 Date d'inscription lundi 17 novembre 2008 Statut Membre Dernière intervention 28 août 2009
3 déc. 2008 à 15:12
Désolé pour l'affichage de l'erreur je la remets :

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: File or assembly name System.Web, or one of its dependencies, was not found.

Source Error:

Line 444: -->

Line 445: <httpHandlers>
Line 446:
Line 447:
Line 448:

Source File: C:\Inetpub\wwwroot\web\web.config    Line: 446

Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web' could not be loaded.
Pre-bind state information

LOG: DisplayName = System.Web
 (Partial)
LOG: Appbase = file:///C:/Inetpub/wwwroot/web
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
=
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: System.Web
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/18dbb6a8/5891d79b/System.Web.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/18dbb6a8/5891d79b/System.Web/System.Web.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/web/bin/System.Web.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/web/bin/System.Web/System.Web.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/18dbb6a8/5891d79b/System.Web.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/18dbb6a8/5891d79b/System.Web/System.Web.EXE.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/web/bin/System.Web.EXE.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/web/bin/System.Web/System.Web.EXE.

<hr color="silver" size="1" width="100%" />Version Information: Microsoft .NET Framework Version:1.1.4322.2379; ASP.NET Version:1.1.4322.2379 <!-- [FileNotFoundException]: File or assembly name System.Web, or one of its dependencies, was not found. at System.Type.GetType(String typeName, Boolean throwOnError) at System.Web.Configuration.HandlerMapping..ctor(String requestType, String path, String typeName, Boolean defer) at System.Web.Configuration.HttpHandlersSectionHandler.InternalCreate(Object parent, XmlNode node) [ConfigurationException]: File or assembly name System.Web, or one of its dependencies, was not found. (C:\Inetpub\wwwroot\bmc\web.config line 446) at System.Web.Configuration.HttpConfigurationRecord.Evaluate(String configKey, SectionRecord section) at System.Web.Configuration.HttpConfigurationRecord.GetConfig(String configKey, Boolean cacheResult) at System.Web.Configuration.HttpConfigurationRecord.GetConfig(String configKey, Boolean cacheResult) at System.Web.HttpApplication.GetHandlerMapping(HttpContext context, String requestType, String path) at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, String path, String pathTranslated, Boolean useAppConfig) at System.Web.MapHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) -->
0
Rejoignez-nous