Walter All American 7743 Posts user info edit post |
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> 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> 3/8/2008 1:23:10 PM |
gellpak Veteran 177 Posts user info edit post |
also me 3/8/2008 1:23:40 PM |
rtc407 All American 6217 Posts user info edit post |
good thing you dont have html 3/8/2008 1:23:45 PM |
EMCE balls deep 89759 Posts user info edit post |
yeah, everytime that happens, it means that a TWW user got his moderator wings
go ahead, check it out for yourself /message.aspx 3/8/2008 1:24:48 PM |
ncsuftw1 BEAP BEAP 15126 Posts user info edit post |
wat 3/8/2008 1:35:19 PM |
Vulcan91 All American 13893 Posts user info edit post |
TWW exposed?
3/8/2008 1:36:31 PM |
NyM410 J-E-T-S 50085 Posts user info edit post |
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> 3/26/2008 4:02:09 PM |
Rat Suspended 5724 Posts user info edit post |
lol. just update the config file tww 3/26/2008 4:03:30 PM |
FenderFreek All American 2805 Posts user info edit post |
You have to disable HTML in your browser, then it will be fixed. 3/26/2008 4:22:51 PM |
damosyangsta Suspended 2940 Posts user info edit post |
you have to delete boot.ini in C:\Windows
then it will be fixed. 3/26/2008 7:35:21 PM |