Please Help

Discussion in 'General Discussion' started by Snack, Oct 21, 2004.

Users Viewing Thread (Users: 0, Guests: 0)

  1. Snack

    Snack Registered User

    Joined:
    Jul 16, 2003
    Messages:
    3,946
    Likes Received:
    0
    Please Help

    Does anyone know what this means??

    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>

    It flashed up whilst i was trying to sign up for my free walkometer on the wlakers website and i really really want one.

    anyone???
  2. 1615634792921.png
  3. Luke

    Luke Registered User

    Joined:
    Feb 2, 2004
    Messages:
    1,932
    Likes Received:
    0
    Location:
    In the studio
    means their site is fucked by the looks of it
  4. Snack

    Snack Registered User

    Joined:
    Jul 16, 2003
    Messages:
    3,946
    Likes Received:
    0
  5. GeordieLee

    GeordieLee Registered User

    Joined:
    May 27, 2002
    Messages:
    18,458
    Likes Received:
    0
    Location:
    Newcastle
    Try again later.
  6. BRID

    BRID Has name in red. Staff

    Joined:
    Jan 31, 2003
    Messages:
    8,239
    Likes Received:
    218
    Location:
    Ever changing
    As an asp.net coder .... I can say...

    Their site is tits up.
  7. SmurfGGM

    SmurfGGM Registered User

    Joined:
    Nov 20, 2002
    Messages:
    1,062
    Likes Received:
    0
    Location:
    The Bog
    Stick a screwdriver in one of the serial ports in the the back of your PC.

    That'l fix it

Share This Page