1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Resolved On line work schedule application error?

Discussion in 'General Internet' started by Vicki, 2013/03/03.

  1. 2013/03/03
    Vicki

    Vicki Well-Known Member Thread Starter

    Joined:
    2002/01/07
    Messages:
    413
    Likes Received:
    8
    I know I've probably not posted the correct wording for the issue I am having, so will try to explain it here.

    My employer has a webpage that associates can access to view many of the benefits, etc. that are offered. They also have a section where you can view your work schedule for week.

    However when I tried accessing that part of their website, I received the following error message:


    Server Error in '/OnlineSchedule' 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>

    Am I correct in guessing that this is a problem on that website and not on my computer? (I've tried accessing it from both my desktop and laptop computers and receive the same message on both).

    Thanks!
    ~Vicki
     
  2. 2013/03/03
    Admin.

    Admin. Administrator Administrator Staff

    Joined:
    2001/12/30
    Messages:
    6,687
    Likes Received:
    107
    Yes, correct:
     

  3. to hide this advert.

  4. 2013/03/03
    Vicki

    Vicki Well-Known Member Thread Starter

    Joined:
    2002/01/07
    Messages:
    413
    Likes Received:
    8
    Whew, thanks! Glad to know that it's not my computer(s) this time!
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.