Error messages

Didnt't really know where to put this

4 messages
01/06/2012 at 16:41
If this is in the wrong place then apologies.

Over the last 2 days when I try to click on some threads, particularly those in the "gear" area I get a "runtime error" and then a bit of code which means nothing to me. Anyone else getting this? My internet is fine.

copied and pasted from message:


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>
01/06/2012 at 16:51

It's computer speak for...

"Attempting to give a damn"

Followed by...

"Damn not given"

Edited: 01/06/2012 at 16:54
01/06/2012 at 18:32

Calum, I occasionally get intermittent error messages. Nowt to worry about unless they persist.

01/06/2012 at 20:22

Cheers guys, I shall ask the tech guys to take a look

Does it occur under any specific circumstances or is it just random?


OutdoorsMagic Editor | jon@outdoorsmagic.com 

Edited: 01/06/2012 at 20:24
Your say
email image
4 messages
Forum Jump  
Sign up to our weekly newsletter

Competitions

Sign up to our twitter feed

Promotions