Hey guys. Im having trouble going to a specific application on my facebook account. It says:
Server Error in '/Facebook' 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>
Does anyone know how to fix it? Thanks!
Server Error
Started by ionosphere, Apr 12 2009 10:40 AM
3 replies to this topic
#1
Posted 12 April 2009 - 10:40 AM
#2
Posted 12 April 2009 - 11:38 AM
Tell the developer of the application. There's nothing you can do.
#3
Posted 14 April 2009 - 06:04 PM
Yea its the application's problem. If it doesn't work for you, most likely it doesn't work for anyone else.
#4
Posted 20 April 2009 - 09:25 PM
Dont use that application, there are others that should do the same search.
BTHS Class of 2009
BTHSnews Club Mod
BTHS Math Team
BTHSnews Club Mod
BTHS Math Team
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users

















