Google Answers Logo
View Question
 
Q: web.config file ( No Answer,   2 Comments )
Question  
Subject: web.config file
Category: Computers > Internet
Asked by: cloverly-ga
List Price: $5.00
Posted: 11 Feb 2005 12:38 PST
Expires: 13 Mar 2005 12:38 PST
Question ID: 473025
After receiving a blue screen with dire warnings I believe the message
was not sent to Microsoft because of a change that had to be made in
the web.config file of mozilla firefox.  Since my computer is
experiencing many problems,at this time, I would like to understand
what this message means and how to do what it suggests.The following
is a whole screen message I received.

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>
Answer  
There is no answer at this time.

Comments  
Subject: Re: web.config file
From: answerboytoronto-ga on 11 Feb 2005 13:28 PST
 
Hello ,

web.config file is a website configuration file. Typically when you
develop any JSP / ASP application you would have a server installed on
your machine. On the application directory you would have this
web.config file. It has nothing to do the different error messages you
might be receiving. The only thing I can think of is are you running a
.NET Development tool by anychance?

If this is not what you doing, do a simple task. Search for this file.
Open in notepad and set customErrors mode="Off" from "off" to "on" and
you would be able to see the complete details

regards,
Answerboy
Subject: Re: web.config file
From: cloverly-ga on 11 Feb 2005 14:29 PST
 
Thank you AnswerBoyToronto! I do not know what a .Net Development tool
is. And I did as you requested--searched for web.config and it didn't
show up.  I was trying to copy a video file on my computer to a DVD
burner using Nero Vision which I had just upgraded with a download. 
So many things going on, I don't know where to look for the problem. 
I appreciate your help though.  Thank you. Cloverly

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy