Question

I am currently working an issue where an unhandled exception occurs when loading the dafault.aspx. This error is pointing me to an issue to a calendar web part or LVWP that is added to the default aspx. The issue is that I am not aware of how I can go ahead and get around the error so I can access the page to see what might be occuring and begin troubleshooting. Is this something I might be able to do with Designer to at least see what the culprit might be? As I am more involved with front end development I have limited access to get to the infrastructure to look at code etc.

Any assistance in troubleshooting would be great.

Was it helpful?

Solution

A good starting point is to check out log files from ULS trace log in

c:\program files\common files\microsoft shared\web server extensions\12\logs

Also check the event viewers application log for errors.

If you are on a development server you can enable debugging, stack trace and disable custom errors page (details here).

Another debugging option is to use SPTraceView to get trace logs "as they happen".

Fiddler is also useful for tracking down what happens between server and client.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top