10/19/2009 12:05:00 PM
10/19/2009 12:05:50 PM
i wish they'd change the error mode so we could see where the error iswellnot really but it'd be nerdinteresting
10/19/2009 12:06:04 PM
What site/page is giving you this error? Is it your server? If so:To remove this custom error and get the exact error just follow the steps below:1. Open your web.config and find the line "</system.web>".2. Add the link below just above it:"<customErrors mode="Off" />"to make look as:Code:<customErrors mode="Off" /> </system.web>4. Save the config file and refresh the page and you will see the exact error on the screen.If you already have a line uncommented:Code:<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>then change it to:Code:<customErrors mode="Off" defaultRedirect="mycustompage.htm"/>
10/19/2009 12:12:25 PM
aha
10/19/2009 12:13:28 PM
^^lololol. that would be TWW giving this error [Edited on October 19, 2009 at 12:14 PM. Reason : ^]
10/19/2009 12:13:47 PM
yeah.... that's the page/error/script/whateveryouwanttocallit I get every time I try to log into TWW[Edited on October 19, 2009 at 12:16 PM. Reason : ]
10/19/2009 12:14:45 PM
10/19/2009 12:20:22 PM
thnxboo
10/19/2009 12:24:37 PM
10/19/2009 1:10:57 PM
^i got a $5 contribution to that qntm
10/19/2009 1:11:17 PM
whahappen? posting just went to instant mode.
10/19/2009 1:53:54 PM
no, it didn't.
10/19/2009 2:08:50 PM
10/19/2009 2:13:39 PM
partyapp sucks
10/19/2009 2:15:50 PM
yeah
10/19/2009 2:16:50 PM
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 tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". 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 configuration tag to point to a custom error page URL.
10/19/2009 4:36:31 PM