What does this mean.

Discussion in 'Software' started by Tenaj, Feb 9, 2006.

  1. Tenaj

    Tenaj Private E-2

    Hi guys everything I try to sign in on a website I get this

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

    Kodo SNATCHSQUATCH

    it means there was an error loading your application quite possibly due to some mis configuration. You need to do exactly what it says to do: put
    <customErrors mode="Off"/>
    in the system.web secition of your web.config file and load up your site to see the error.
     
  3. Tenaj

    Tenaj Private E-2

    Thank you KODO! It's fixed now.
     
  4. Kodo

    Kodo SNATCHSQUATCH

    ok, now change your web.config file back to where it was.
     
  5. Tenaj

    Tenaj Private E-2

    Thanks for the info. Problem solved.
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds