Archive for October, 2008
ist die liebe ein trick der natur, damit wir uns fortpflanzen oder ist sie der einzige sinn dieses traumes, den wir leben nennen?
Posted: October 8th, 2008 under Zitate.
Comments: none
Winners are simply willing to do what losers won’t.
Million Dollar Baby (movie)
Posted: October 8th, 2008 under Zitate.
Comments: none
Get Exception Messages and Stack Trace when SharePoint/ASP.NET Error occurs
- Navigate to the site directory.
- Backup web.config.
- Open web.config.
- Switch Custom Errors off. Search for “customErrors” and set the value to “Off” instead of “On”. You can also set the value to “RemoteOnly” to troubleshoot a production issue.
- Enable CallStack. Search for “CallStack” and set the value to “true” instead of “false”.
- Save web.config.
From: http://stevepietrek.com/2007/07/28/turn-off-sharepoint-custom-error-messages/
Posted: October 3rd, 2008 under Programmieren.
Tags: ASP.NET, error handling, SharePoint
Comments: none