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>
Page 1 of 1
Runtime Error Trying to access a site.
#1
Posted 01 August 2009 - 03:37 PM
Whoever loves instruction loves knowledge,
But he who hates correction is stupid.
Proverbs 12:1
But he who hates correction is stupid.
Proverbs 12:1
#2
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
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
Linda
Whoever loves instruction loves knowledge,
But he who hates correction is stupid.
Proverbs 12:1
But he who hates correction is stupid.
Proverbs 12:1
Share this topic:
Page 1 of 1

Help



Back to top








