Einzelnen Beitrag anzeigen
  #11  
Alt 11-10-2004, 21:40
Benutzerbild von fadmax
fadmax fadmax ist offline
Col. Burton

 
Registriert seit: Jun 2003
Ort: Rote Zone
Beiträge: 5.973
fadmax hat noch keine Bewertung oder ist auf 0
OL Nick: fadm4x
Ich hab den Fehler auch, allerdings bei allen Konten... und schon seit über 2 std 0x81000301. Gerade hab ich mal die Hilfe aufgerufen:

Zitat:
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".


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

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


Kann damit jemand was anfangen? Ich hab versucht so eine Datei im MSN Verzeichnis zu erstellen, aber es erscheint nur als .txt Datei... irgendwas mach ich da falsch. Am besten warte ich auch nochmal ab.
Mit Zitat antworten