| Vorheriges Thema anzeigen :: Nächstes Thema anzeigen |
| Autor |
Nachricht |
Headshot Grünschnabel

Anmeldedatum: 29.10.2009 Beiträge: 28
GameServer: Abu Dhabi
|
Verfasst am: 25.11.2009, 08:24 Titel: Login down |
 |
|
Hallo
Heute Morgen kann man sich nicht anmelden. Im Anmeldefenster kommt nur Blödsin
| Code: | 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>
|
|
|
| Nach oben |
|
 |
chiana Ehren Game Admin


Anmeldedatum: 04.11.2006 Beiträge: 2923
UID: 530 KID: 504 GameServer: Abu Dhabi
|
Verfasst am: 25.11.2009, 08:25 Titel: |
 |
|
Hallo,
siehe http://forum.oilimperium.de/topic7330.html _________________ Nachdem ich GOOGLE erfolgreich ignoriert habe, mir Handbuch nichts sagt, ich an die Boardsuche gar nicht erst gedacht habe, erstelle ich 3 gleiche Threads in den falschen Unterforen mit einer nichts aussagenden Überschrift und einem Text, den nur ich verstehe. |
|
| Nach oben |
|
 |
|