IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

IIS Discussion :

Impossible de faire tourner mon application asp.net


Sujet :

IIS

  1. #1
    Membre habitué
    Inscrit en
    Janvier 2005
    Messages
    460
    Détails du profil
    Informations personnelles :
    Âge : 38

    Informations forums :
    Inscription : Janvier 2005
    Messages : 460
    Points : 145
    Points
    145
    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 :

    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

  2. #2
    Membre éprouvé Avatar de cubitus91
    Homme Profil pro
    Consultant informatique
    Inscrit en
    Mai 2004
    Messages
    726
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 42
    Localisation : France

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

    Informations forums :
    Inscription : Mai 2004
    Messages : 726
    Points : 933
    Points
    933
    Par défaut
    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

  3. #3
    Membre habitué
    Inscrit en
    Janvier 2005
    Messages
    460
    Détails du profil
    Informations personnelles :
    Âge : 38

    Informations forums :
    Inscription : Janvier 2005
    Messages : 460
    Points : 145
    Points
    145
    Par défaut
    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>

  4. #4
    Membre habitué
    Inscrit en
    Janvier 2005
    Messages
    460
    Détails du profil
    Informations personnelles :
    Âge : 38

    Informations forums :
    Inscription : Janvier 2005
    Messages : 460
    Points : 145
    Points
    145
    Par défaut
    ca ?

    #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.

  5. #5
    Membre habitué
    Inscrit en
    Janvier 2005
    Messages
    460
    Détails du profil
    Informations personnelles :
    Âge : 38

    Informations forums :
    Inscription : Janvier 2005
    Messages : 460
    Points : 145
    Points
    145
    Par défaut
    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 .

  6. #6
    Membre habitué
    Inscrit en
    Janvier 2005
    Messages
    460
    Détails du profil
    Informations personnelles :
    Âge : 38

    Informations forums :
    Inscription : Janvier 2005
    Messages : 460
    Points : 145
    Points
    145
    Par défaut
    A chaque fois que j'installe le framework 2.0 sur le serveur, c'est la version 2.0.5

  7. #7
    Membre régulier Avatar de DoRiane
    Profil pro
    Inscrit en
    Avril 2006
    Messages
    127
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2006
    Messages : 127
    Points : 110
    Points
    110
    Par défaut
    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

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Faire tourner mon application depuis un cd rom
    Par okoweb dans le forum Langage
    Réponses: 12
    Dernier message: 25/08/2011, 10h56
  2. sécuriser l'accès à mon application ASP.NET
    Par midoom dans le forum ASP.NET
    Réponses: 2
    Dernier message: 17/04/2011, 16h41
  3. Asp.Net - faire tourner mon application sur le serveur
    Par ashoka1216 dans le forum ASP.NET
    Réponses: 2
    Dernier message: 23/03/2010, 11h37
  4. Que dois-je installer pour faire tourner mon application
    Par Emcy dans le forum Eclipse Java
    Réponses: 1
    Dernier message: 26/06/2009, 13h04
  5. Réponses: 0
    Dernier message: 16/04/2009, 15h35

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo