Application Runtime Error in IE8

AnnJ

New member
Member
Local time
7:26 PM
Messages
25
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

Computer Manufacturer/Model Number
Dell Studio XPS 7100
OS
Windows 7 Professional x 64 SP1
CPU
AMD Phenom II 1090 Processor 3.2 GHZ
Memory
8GB
Graphics Card(s)
ATI radeon 5670
Sound Card
X-Fi Extreme Audio PCle - Harmon Kardon speakers HK395 2.1
Monitor(s) Displays
Dell 24-in wide ST2420L
Screen Resolution
1920 X 1080
Hard Drives
1TB Serial ATA2 7200 RPM
PSU
460W
Case
MINI TOWER DELL
Mouse
USB 6 BUTTON LASER MOUSE
Thanks for sharing.
 

My Computer

Computer Manufacturer/Model Number
LAPTOP. HP Pavilion dv7-4010TX .
OS
Win 7 Ultimate 64-bit. SP1.
CPU
Intel i7 -720QM.[1.6GHz Turbo Boost 2.8GHz. 6MB Cache.]
Memory
8 DDR 3 RAM. 1066MHZ
Graphics Card(s)
ATI 1024 MB. DDR3. Radeon HD5650
Monitor(s) Displays
17.3" High Definition Brightview LCD. LED Backlit.
Screen Resolution
1600 x 900.
Hard Drives
640GB
Case
Laptop / notebook.
Mouse
Logitech Anywhere mouse. MX.
Internet Speed
ADSL [ but too slow ]
Back
Top