BleepingComputer.com: Runtime Error

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Runtime Error Trying to access a site.

#1 User is offline   LindaIHN 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 87
  • Joined: 22-March 09
  • Gender:Female
  • Location:Florida

Posted 01 August 2009 - 03:37 PM

I hope I didn't post this in the wrong place. I looked at all the categories and couldn't find one for this. I am trying to access a web page for Dell Penny Puzzles and I keep getting the following message. I thought it was my computer so I tried to access it from my other computer and am getting the same message.
Linda

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>
Whoever loves instruction loves knowledge,
But he who hates correction is stupid.
Proverbs 12:1

#2 User is offline   InsanityOnABun 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 10
  • Joined: 31-July 09

Posted 01 August 2009 - 03:58 PM

That message is saying that there is a page-breaking error with an application on the server that you're trying to access. Its not a problem with your computer.
As the veil of lunacy descends...

#3 User is offline   LindaIHN 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 87
  • Joined: 22-March 09
  • Gender:Female
  • Location:Florida

Posted 01 August 2009 - 04:32 PM

So it's a problem with their site? I hope whatever it is it gets fixed soon. Thank you very much.
Linda
Whoever loves instruction loves knowledge,
But he who hates correction is stupid.
Proverbs 12:1

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users