Bonjour depuis hier je lutte avec IIS6, quand je crée un site web IIS me dit systématiquement a l'appel du site

Application serveur non disponible

J'ai donc vérifié la configuration asp.net IIS utilise la version x64, tout semble bien configuré. Pour en avoir le coeur net je suis allé voir dans le log de windows et voici l'erreur renvoyé pa IIS:

L'initialisation de AppDomain a échoué :/LM/W3SVC/1212231936/Root
Exception: System.IO.FileLoadException
Message: Impossible de charger le fichier ou l'assembly 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ou une de ses dépendances. Accès refusé.
StackTrace: à System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
à System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
à System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
à System.Activator.CreateInstance(String assemblyName, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo, StackCrawlMark& stackMark)
à System.Activator.CreateInstance(String assemblyName, String typeName)
à System.AppDomain.CreateInstance(String assemblyName, String typeName)
à System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
à 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.
Le site web sur lequel nous travaillons actuellement, est developpé sous w2k3 x64 et XP x32.

Merci de votre aide a tous.

Infos:
W2k3 x64
Dotnet framework 3.5sp1 x32 et x64 installés