Announcement

Collapse
No announcement yet.

Server Application Unavailable

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Server Application Unavailable

    Hi
    <br>
    <br>MS Server 2000 / VisualStudio.net Professional
    <br>
    <br>der IIS wurde noch vor .Net installiert und aktiviert (bei der Installation des Servers).
    <br>
    <br>http//:Localhost liefert die gewünschten Standard Seiten.
    <br>
    <br>Egal ob ich nun mittels .Net ein ASPX Projekt starte, oder simpel via Internetdienstmanager ein Verzeichnis mit einer ASPX Seite erstelle ich bekomme immer die folgende Fehlermeldung (http://localhost/test/default.aspx):
    <br>
    <br>Server Application Unavailable
    <br>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.
    <br>
    <br>Administrator Note: An error message detailing the cause of this specific request failure can be found in the system event log of the web server. Please review this log entry to discover what caused this error to occur.
    <br>
    <br>in der Ereignisanzeige finden sich nun mehrer Meldungen (Anwendungsprotokoll):
    <br>1)
    <br>aspnet_wp.exe could not be started. HRESULT for the failure: 80004005
    <br>
    <br>2)
    <br>aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid.
    <br>
    <br>Was kann man da machen?
    <br>
    <br>mfg
    <br>PS

  • #2
    Hallo Patrick,<br>
    du musst in der machine.config unter <b>processModel</b> den Eintrag <b>username</b> setzen. Details dazu stehen in den Kommentarzeilen über den Eintrag

    Comment

    Working...
    X