Ask Experts Questions for FREE Help !
Ask
    ABC123456's Avatar
    ABC123456 Posts: 3, Reputation: 1
    New Member
     
    #1

    Jan 12, 2009, 01:41 PM
    Runtime error on program!
    Whenever I try to go to a certain page this has been popping up lately.

    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>

    ^ I always used to be able to use the website until now. I don't know why this is popping up or how to fix it, but it's doing it on BOTH Internet Explorer AND Mozilla. HELP?

Check out some similar questions!

Runtime Error [ 1 Answers ]

My computer has been having this pop up frequently in the past few days: "A Runtime Error has occurred. Do you wish to Debug? Line: 1 Error: 'a' is null or not an object" Then you have to click Yes or No or just "X" the box out. What does this mean, and should I click yes or no? Thanks...

Runtime error 53 [ 2 Answers ]

I use topdownloads folder lock 5.0 to protect my sensitive docs but I can't open the folder I'm protecting I keep getting - runtime error 53 file not found - I uninstalled the prog but still can't open the folder, why is this? I've tried it on other folders with no probs. I need to get into this...

Runtime Error [ 2 Answers ]

I keep getting a runtime error on my computer. I tried removing the Google and Yahoo toolbars, nothing happened. I tried everything. Could anybody tell what else I could do please??

Runtime error [ 2 Answers ]

Hi everyone I received this email from my sister I can`t help can anyone ? Thanks very much, Lynn "stef has a runtime error when she opens up her comp and it won't let her on to the net so can't get her to download anything to sort it out, got any ideas, she has tried system restore but it...


View more questions Search
 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.