In order to develop with SharePoint you really need to have a set of tools to make your life simpler. Everyone has their own preferences, but this is my current toolset. Everyday Tools These are the tools I use pretty much everyday and couldn't get ...
In a previous post I mentioned how to modify the web.config of your SharePoint website to allow you to get useful error messages from SharePoint, other than the dreaded 'An unexpected error has occurred'....I do this for all my development web appli...
Debugging on SharePoint is much the same as debugging any other ASP.Net application...you can use the same techniques. Here are some of my tips for diagnosing & solving your problems...
Debugging starts with your first line of code
As you st...