Salut a tous j'ai besoin d'un coup de main avec ASP.net. J'ai codé un site web qui fonctionne très bien avec le serveur de teste de Visual web developper. Seulement quand je le met sur le serveur de prod , qui utilise II6 je me retrouve avec l'erreur
Server Application Unavailable
.

Je suis donc aller faire un tour dans le log de Windows et voici les erreurs lancé par asp.net

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
Type de l'événement :	Erreur
Source de l'événement :	ASP.NET 2.0.50727.0
Catégorie de l'événement :	Aucun
ID de l'événement :	1088
Date :		12/03/2008
Heure :		13:28:29
Utilisateur :	N/A
Ordinateur :	NS355077
Description :
Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Accès refusé.  
 
Pour plus d'informations, consultez le centre Aide et support à l'adresse http://go.microsoft.com/fwlink/events.asp.


l'autre erreur :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Type de l'événement :	Erreur
Source de l'événement :	ASP.NET 2.0.50727.0
Catégorie de l'événement :	Aucun
ID de l'événement :	1334
Date :		12/03/2008
Heure :		13:28:29
Utilisateur :	N/A
Ordinateur :	NS355077
Description :
Failed to initialize the AppDomain:/LM/W3SVC/374127486/Root
 
Exception: System.IO.FileLoadException
 
Message: Could not load file or assembly 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Accès refusé.
 
StackTrace:    at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
   at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
   at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
   at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
   at System.Activator.CreateInstance(String assemblyName, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo, StackCrawlMark& stackMark)
   at System.Activator.CreateInstance(String assemblyName, String typeName)
   at System.AppDomain.CreateInstance(String assemblyName, String typeName)
   at System.AppDomain.CreateInstance(String assemblyName, String typeName)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
 
Pour plus d'informations, consultez le centre Aide et support à l'adresse http://go.microsoft.com/fwlink/events.asp.
J'ai cherché sur le net mais je n'arrive à corriger le problème