Oct17

Custom Security for Web Parts

Many web parts require access to SPSite, SPWeb, etc. type items.  Generally in order to get those web parts to work that requires a deployment to the GAC, or the painful creating of custom security policy files.  However, there is a much simpiler ...[Read More]
Published: Oct-17-07 | 0 Comments | 0 Links to this post

Oct11

Better SharePoint Debugging

In many cases it is not too hard to debug a web part.  By adding enough throw...catch statements usually the error can be discovered and resolved.  However, what happens if the error is really in the web.config?  Here is how to make SharePoint hel ...[Read More]
Published: Oct-11-07 | 0 Comments | 0 Links to this post