Précédent   Forum des professionnels en informatique > Systèmes > Windows > IIS
IIS Forum d'entraide serveur Web IIS (Internet Information Services)
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 22/06/2007, 15h01   #1
Membre habitué
 
Inscription : janvier 2005
Messages : 457
Détails du profil
Informations personnelles :
Âge : 26

Informations forums :
Inscription : janvier 2005
Messages : 457
Points : 107
Points : 107
Envoyer un message via MSN à FamiDoo
Par défaut Impossible de faire tourner mon application asp.net

Bonjour,

j'essaie d'heberger une application asp.net 2.0 sur mon serveur 2003

mais j'ai l'erreur suivante quand je tente d'y acceder :

Citation:
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.

Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
merci pour toute aide
FamiDoo est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 22/06/2007, 15h08   #2
Membre émérite
 
Avatar de cubitus91
 
Homme
Consultant informatique
Inscription : mai 2004
Messages : 726
Détails du profil
Informations personnelles :
Sexe : Homme
Âge : 30
Localisation : France

Informations professionnelles :
Activité : Consultant informatique
Secteur : High Tech - Éditeur de logiciels

Informations forums :
Inscription : mai 2004
Messages : 726
Points : 900
Points : 900
Salut,
Fais voir ton erreur dans le fichier de Log de IIS. car ce que tu nous donnes c'est une erreur générique.
Cdt
__________________
Le tag est bien utile, alors pensez y !
cubitus91 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 22/06/2007, 15h18   #3
Membre habitué
 
Inscription : janvier 2005
Messages : 457
Détails du profil
Informations personnelles :
Âge : 26

Informations forums :
Inscription : janvier 2005
Messages : 457
Points : 107
Points : 107
Envoyer un message via MSN à FamiDoo
Citation:
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
FamiDoo est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 22/06/2007, 15h24   #4
Membre habitué
 
Inscription : janvier 2005
Messages : 457
Détails du profil
Informations personnelles :
Âge : 26

Informations forums :
Inscription : janvier 2005
Messages : 457
Points : 107
Points : 107
Envoyer un message via MSN à FamiDoo
ca ?

Citation:
#Software: Microsoft Internet Information Services 6.0
#Version: 1.0
#Date: 2007-06-22 13:18:08
#Fields: date time s-sitename s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status
2007-06-22 13:18:08 W3SVC1273864389 168.192.24.1 GET /Default.aspx - 82 - 168.192.24.25 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1) 500 0 0
2007-06-22 13:20:40 W3SVC1273864389 168.192.24.1 GET /Default.aspx - 82 - 168.192.24.25 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1) 500 0 0
2007-06-22 13:22:02 W3SVC1273864389 168.192.24.1 GET /Default.aspx - 82 - 168.192.24.25 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1) 500 0 0
2007-06-22 13:22:43 W3SVC1273864389 168.192.24.1 GET /Login.aspx - 82 - 168.192.24.25 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1) 500 0 0
2007-06-22 13:22:45 W3SVC1273864389 168.192.24.1 GET /Login.aspx - 82 - 168.192.24.25 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1) 500 0 0
2007-06-22 13:22:45 W3SVC1273864389 168.192.24.1 GET /Login.aspx - 82 - 168.192.24.25 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1) 500 0 0
Jai limpression que les logs sont pas actives, si tu peux me dire ou c'est.
FamiDoo est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 22/06/2007, 15h37   #5
Membre habitué
 
Inscription : janvier 2005
Messages : 457
Détails du profil
Informations personnelles :
Âge : 26

Informations forums :
Inscription : janvier 2005
Messages : 457
Points : 107
Points : 107
Envoyer un message via MSN à FamiDoo
Citation:
Server Error in '/' 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 'eWorld.UI, Version=2.0.6.2393, Culture=neutral, PublicKeyToken=24d65337282035f2' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 19: <compilation debug="true" defaultLanguage="c#">
Line 20: <assemblies>
Line 21: <add assembly="eWorld.UI, Version=2.0.6.2393, Culture=neutral, PublicKeyToken=24D65337282035F2" />
Line 22: <add assembly="eWorld.UI.Compatibility, Version=2.0.6.2393, Culture=neutral, PublicKeyToken=24D65337282035F2" />
Line 23: </assemblies>


Source File: E:\job-logging-asp\web.config Line: 21

Assembly Load Trace: The following information can be helpful to determine why the assembly 'eWorld.UI, Version=2.0.6.2393, Culture=neutral, PublicKeyToken=24d65337282035f2' 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].

Apparemment, c'est un pb de framework 2.0 .
FamiDoo est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 25/06/2007, 00h50   #6
Membre habitué
 
Inscription : janvier 2005
Messages : 457
Détails du profil
Informations personnelles :
Âge : 26

Informations forums :
Inscription : janvier 2005
Messages : 457
Points : 107
Points : 107
Envoyer un message via MSN à FamiDoo
A chaque fois que j'installe le framework 2.0 sur le serveur, c'est la version 2.0.5
FamiDoo est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 25/06/2007, 14h00   #7
Membre régulier
 
Avatar de DoRiane
 
Inscription : avril 2006
Messages : 127
Détails du profil
Informations personnelles :
Localisation : France

Informations forums :
Inscription : avril 2006
Messages : 127
Points : 89
Points : 89
Envoyer un message via MSN à DoRiane
A défaut de résoudre le problème, ceci pourrais répondre à ta question

http://msdn.microsoft.com/msdnmag/is...lt.aspx?loc=fr
__________________
Bonne journée
DoRiane est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité Cette discussion est résolue.
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 12h14.


 
 
 
 
Partenaires

Hébergement Web