web.config error in REG MCQ – runtime error.

  • Creator
    Topic
  • #201495
    monikernc
    Participant

    Web server hiccup or network connection. It did recover quickly.

    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>

    AUD - 93
    BEC - 82
    FAR - 76
    REG - 88
    How have you been?
    Ninja book and MCQs and the forum, all first try! 2016
    Licensed State of Montana April Fool’s Day 2020
    State of Colorado June 2020 - AICPA Ethics 93
    Experience was the worst part of the journey for me. You?
    If you want things to change you have to do something different.

    FAR 7/25/15 76!
    AUD 10/30/15 93
    BEC 2/27/16 82
    REG 5/23/16 88!
    Ninja Book and MCQ and the forum - all the way!!!
    and a little thing i like to call, time and effort!
    if you want things to change, you have to do something different

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #773274
    Biff-1955-Tannen
    Participant

    Yea had that too. Fun tip, if you go back to previous page you can resume your session and not have to start a new one.

    AUD - 93
    BEC - 83
    FAR - 83
    REG - 84
    Nobody calls me chicken

    AUD 93 Jan 16
    BEC 83 Feb 16
    FAR 83 Apr 16
    REG 84 May 16

    99% Ninja MCQ only

    #773275
    monikernc
    Participant

    I recovered too. Web server may have failed over if there are 2. Blip!

    AUD - 93
    BEC - 82
    FAR - 76
    REG - 88
    How have you been?
    Ninja book and MCQs and the forum, all first try! 2016
    Licensed State of Montana April Fool’s Day 2020
    State of Colorado June 2020 - AICPA Ethics 93
    Experience was the worst part of the journey for me. You?
    If you want things to change you have to do something different.

    FAR 7/25/15 76!
    AUD 10/30/15 93
    BEC 2/27/16 82
    REG 5/23/16 88!
    Ninja Book and MCQ and the forum - all the way!!!
    and a little thing i like to call, time and effort!
    if you want things to change, you have to do something different

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.