• Willkommen im Geoclub - dem größten deutschsprachigen Geocaching-Forum. Registriere dich kostenlos, um alle Inhalte zu sehen und neue Beiträge zu erstellen.

Bookmark meines eigenen Cache wird nicht angezeigt

birkenhain

Geocacher
ich hänge mich mal an dies Thema an da ich auch probleme habe das mein cache den ich gebookmarked habe nicht angezeigt wird. Fehlermeldung ist:

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




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




<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

Kann mir dazu jemand einen Tip geben woran das liegt/was ich ändern muß. Danke
Gruss birkenhain
 

PHerison

Geowizard
Das ist eine Standardfehlermeldung von GC.com und hat nichts mit Deiner Aktion zu tun. Diese Fehlermeldung kann auch kommen, wenn Du eine Cachebeschreibung oder Dein Profil aufrufen willst. Entweder abwarten, bis dir Jungs in USA aufhoeren am Server rumzuspielen, oder Fehlermeldung an Groundspeak schicken...
 
OP
birkenhain

birkenhain

Geocacher
Ist das denn bei Euch auch so? Ich habe sowohl in meinem IE7 Bookmarks von meinen eigenen Caches abgelegt als auch über Hyperlinks in meiner Website, aber seit einer Woche bekomme ich immer diese u.s. Fehlermeldung. Ich habe schon eine Mail an Groundspeak geschickt aber die wissen auch irgendwie nicht weiter. Frage: Ist das bei jemand anders auch so?
Gruss Michael

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




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




<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
 
Oben