Application Runtime Error in IE8


  1. Posts : 25
    Windows 7 Professional x 64 SP1
       #1

    Application Runtime Error in IE8


    Just sharing......

    I've been receiving a runtime error for over a week (see below) in IE8 when atempting to go to a specific webpage. At first glance, it looked like a server issue (mine) or a website "down" problem. After searching the web, I could not find a solution for this specific runtime error. There was a bunch of misinformation posted in other forums! The solution was so simple.... I cleaned out all cookies with CCleaner and the page was available...... am now a happy camper!

    This error does not show on a "pop-up" like the Microsoft samples. Thus, Microsoft was no help to me in this instance.

    Hope this helps someone with this problem...... Sometimes we overlook simple solutions!

    Ann

    Error:
    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>
      My Computer


  2. JMH
    Posts : 7,952
    Win 7 Ultimate 64-bit. SP1.
       #2

    Thanks for sharing.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 03:29.
Find Us