Site Help and Suggestions For account related issues and questions about how to use this site. Before posting, please search this forum.

Another tweak ;)

Old Apr 3, 2006 | 09:59 PM
  #1  
meissen's Avatar
Thread Starter
Registered User
 
Joined: Jan 2004
Posts: 2,111
From: Chesterfield Twp, MI
Another tweak ;)

Not sure when it started, but I tried to comment on a video:


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>
Old Apr 3, 2006 | 10:14 PM
  #2  
JasonD's Avatar
Admin Emeritus
 
Joined: Dec 1997
Posts: 11,157
From: Nashville, TN area
Re: Another tweak ;)

Thanks!
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
F'n1996Z28SS
Cars For Sale
8
Aug 23, 2023 11:19 PM
PFYC
Supporting Vendor Group Purchases and Sales
2
Aug 24, 2015 06:41 AM
PFYC
Supporting Vendor Group Purchases and Sales
0
May 15, 2015 10:43 AM
NewsBot
2010 - 2015 Camaro News, Sightings, Pictures, and Multimedia
1
Mar 19, 2015 02:24 PM


Thread Tools
Search this Thread

All times are GMT -5. The time now is 11:37 AM.