|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 27/07/2006 11:12:13
Posts: 3,
Visits: 5
|
|
| I have been administering a discussion forum for two years. Yesterday, when trying to add a new forum, I got the message below. I don't know what changed yesterday or how I fix this problem. Can you let me know what to do? Server Error in '/Discussions' 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> |
|
|
|
|
|
Supreme Being
      
Group: Customers
Last Login: 22/09/2008 15:59:25
Posts: 693,
Visits: 2,418
|
|
I more detailed error is needed. Could you please set your CustomErros Mode to "off"... and then the error message should be more detailed. Then please post the more detailed error message here.
..:: Bare ::.. http://www.livingformetal.com
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 27/07/2006 11:12:13
Posts: 3,
Visits: 5
|
|
| I have tried to find how to change the CustomErros Mode to off (Control Panel, Admin CP), but I can't find anything. How do I do this? Let me know, I will generate the more complete error message, and post it here. Thank you.
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 27/07/2006 11:12:13
Posts: 3,
Visits: 5
|
|
| The senior webmaster at my firm wrote: One thing I have found that to be the source of an error is not including anything in the "Description" field when creating a new forum. The software requires a value in this field. When I create forums, I generally assign the same text to "Description" as I do to "Name". This seems to solve the problem.
|
|
|
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: Today @ 16:29:04
Posts: 1,956,
Visits: 3,018
|
|
Hrrm this should not be the case. We'll double check this.
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|