User not logged in - login - register
Home Calendar Books School Tool Photo Gallery Message Boards Users Statistics Advertise Site Info
go to bottom | |
 Message Boards » » Server Error in '/' Application Page [1]  
TenaciousC
All American
6307 Posts
user info
edit post

Quote :
"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>"

10/19/2009 12:05:00 PM

wdprice3
BinaryBuffonary
45912 Posts
user info
edit post

Quote :
"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>"

10/19/2009 12:05:50 PM

pilgrimshoes
Suspended
63151 Posts
user info
edit post

i wish they'd change the error mode so we could see where the error is

well

not really but it'd be nerdinteresting

10/19/2009 12:06:04 PM

fdhelmin
All American
1058 Posts
user info
edit post

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

thumper
All American
21574 Posts
user info
edit post

aha

10/19/2009 12:13:28 PM

wdprice3
BinaryBuffonary
45912 Posts
user info
edit post

^^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

TenaciousC
All American
6307 Posts
user info
edit post

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

qntmfred
retired
41220 Posts
user info
edit post

Quote :
" i wish they'd change the error mode so we could see where the error is

well

not really but it'd be nerdinteresting"


the authentication stored procedure is whacked out of it's mind

that's all

[Edited on October 19, 2009 at 12:20 PM. Reason : you know, only the one thing that's called on every single page load]


[Edited on October 19, 2009 at 12:29 PM. Reason : on the other hand, good news in this area may be imminent]

10/19/2009 12:20:22 PM

pilgrimshoes
Suspended
63151 Posts
user info
edit post

thnxboo

10/19/2009 12:24:37 PM

pttyndal
WINGS!!!!!
35217 Posts
user info
edit post

Quote :
"on the other hand, good news in this area may be imminent"


you're buying tdub? plzzzzzz

10/19/2009 1:10:57 PM

thumper
All American
21574 Posts
user info
edit post

^i got a $5 contribution to that qntm

10/19/2009 1:11:17 PM

wdprice3
BinaryBuffonary
45912 Posts
user info
edit post

whahappen? posting just went to instant mode.

10/19/2009 1:53:54 PM

qntmfred
retired
41220 Posts
user info
edit post

no, it didn't.

10/19/2009 2:08:50 PM

Fermat
All American
47007 Posts
user info
edit post

10/19/2009 2:13:39 PM

qntmfred
retired
41220 Posts
user info
edit post

partyapp sucks

10/19/2009 2:15:50 PM

Fermat
All American
47007 Posts
user info
edit post

yeah

10/19/2009 2:16:50 PM

Jeepxj420
All American
6755 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 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

 Message Boards » Chit Chat » Server Error in '/' Application Page [1]  
go to top | |
Admin Options : move topic | lock topic

© 2025 by The Wolf Web - All Rights Reserved.
The material located at this site is not endorsed, sponsored or provided by or on behalf of North Carolina State University.
Powered by CrazyWeb v2.39 - our disclaimer.