2010/11/01 15:02:08
File077

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>


The server has encountered an error

An exception has been thrown on the page you are trying to access. The error has been logged and the site admin will take the necessary action to prevent such error.

It is also possible that the server is currently experiencing high loads, so please try again later by clicking on the Back button on your browser. If the problem persists, you can contact the site admin.

Please try the following:
  • Click the Back button to try another link.

HTTP Error 500 - Internal Server Error
ASPPlayground.NET Forum Software



2010/11/01 15:04:53
bapu
First rule of server errors.

Don't talk about server errors.

2010/11/01 15:41:30
File077
LMFAO!!!!!!!!!! Love you long time bapu!
2010/11/01 22:25:32
57Gregy
I got a couple of those Friday.
Usually that means there's a server error.*
 
 
*the waitperson brought Bud instead of Schlitz.
2010/11/01 22:27:25
Russell.Whaley
File077


LMFAO!!!!!!!!!! Love you long time bapu!


Oh, my - The Muse just whacked me on the head, and I have a new song for the CHB to record: "Me So Bapu."
2014/09/20 03:54:28
royarn
bla
2014/09/20 04:03:06
jamesg1213
royarn
bla




Can't argue with that.
 
Wonder what happened to the Corporal...maybe he's a Sarge by now.
2014/09/20 06:06:32
Splat
That is a YSOD.
2014/09/20 11:35:38
jamesg1213
CakeAlexS
That is a YSOD.



I'm sure that would have got 'best answer' 4 years ago. If 'best answer' had existed.
© 2026 APG vNext Commercial Version 5.1

Use My Existing Forum Account

Use My Social Media Account