Alle ebay Links defekt

  • Hallo,


    wenn ich auf einen ebay Link hier im Forum klicke, bekomme ich vom webmasterplan Server eine Fehlermeldung:


    Server Error in '/' Application.


    usw.


    :confused:


    Grüße,


    Leon

  • Zum Beispiel einer der ebay Links aus dem Werbeforum:


    http://ebaylink.telefon-treff.…2566&item=6411206559&rd=1


    Der Browser zeigt dann:


    URL: http://partners.webmasterplan.…?aspxerrorpath=/click.asp


    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>

  • Also, bei mir wird der Link ganz normal angezeigt...

    "Des Wahnsinns wahre fette Beute, das sind die ganz normalen Leute..."

  • Hmm, dann muss es an Firefox liegen. Mit Internet Explorer habe ich auch kein Problem. :confused:

  • Jetzt geht es wieder. Lag anscheinend an den von Henry beschriebenen Serverproblemen.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!