Runtime Error auf der Homepage

05/19/2013 15:18 Lıcense#1
Hallo Epvp,

wollte grade meinen alten Gamersfirst Account bei Nexon übertragen, wenn ich die Übertragung beginne und mich mit meinen alten Daten anmelde kommt:
Quote:
Server Error in '/' Application.
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>
An was liegt das?
05/20/2013 01:21 kalkaff1#2
kommt bei mir auch :/

voll der müll >.>

die sollen mal ihre website fixxen
05/20/2013 14:07 nicogamer2#3
Ich hab das auch
05/20/2013 15:37 Patrick.Flyff#4
Bitte meldet euch beim Offiziellen Support das ist ein Bug der Homepage
06/01/2013 19:43 MrMicao#5
Naja hab ich auch und ist immer noch nicht gefixt -.-
06/02/2013 00:57 ~seriaz~#6
Zitat von [GM]NXFallen:
Quote:
Muss wohl an der Kommunikation zwischen unserem Authentifizierungsserver liegen und dem der die alten Account daten enthaelt von Dream Execution.

Hab es mal weitergeleitet and DE . Mal kucken was die dazu sagen.