Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 177147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T14:00:10+00:00 2026-05-11T14:00:10+00:00

what is the meaning of error,and what do I do for solve this problem

  • 0

what is the meaning of error,and what do I do for solve this problem ? :

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 tag within a ‘web.config’ configuration file located in the root directory of the current web application. This tag should then have its ‘mode’ attribute set to ‘Off’.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T14:00:10+00:00Added an answer on May 11, 2026 at 2:00 pm

    It tells you in the error: edit web.config and change the error mode to Off.

    For instance, add the following:

    <configuration>     <system.web>         <customErrors mode='Off'/>     </system.web> </configuration> 

    For security reasons you don’t want to give out detailed errors externally, so this is usually a better setting:

    <configuration>     <system.web>         <customErrors mode='RemoteOnly' defaultRedirect='~/Error.aspx'/>     </system.web> </configuration> 

    This will display errors on your development machine or on the server if visited from the server, but redirect external users to a custom error page.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

what is meaning this error , when I want to install sql server 2005
This is the error occurs in logcat,can anyone tell what's the meaning? private int
Can somebody explain what is the meaning of this error? org.hibernate.MappingException: Same physical table
what is meaning the error . I set and then appear this error .
What is the meaning of the following error message?How can I use the EnableClienTValidation()?
Meaning: A user auth's to an application -> application sets the namespace of the
Can't understand the meaning of this phrase. People on forums suggests each other to
What is meaning of Use Custom Permissions check-box in Magento installer? version 1.7.0.0
Where can I find documentation that describes the meaning of error codes returned by
My error is Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.