Browse by Tags
Here are some tips for debugging your SharePoint web parts and other custom code. 1. How do you debug assemblies that are in the GAC? 2. Is there an easy way of attaching the debugger to the right process? Debugging assemblies that live in the GAC When
Read More...
MOSS has many default timer jobs; information about them can be useful to understand the workings of your MOSS farm, and potentially to troubleshoot problems or plan for related types of customizations. The attached document provides a list of all MOSS
Read More...
Sometimes you just need a list of things provided by MOSS, in order to plan what kind of things you will make available to users within your architecture. The attached document lists all out-of-box Lists, Web Parts, Site Templates and Site Actions provided
Read More...
The site usage reports that MOSS provides are fairly simple, but can be useful if you haven't got any other tools for tracking site usage. One problem with them, however, is that the information they present is not really explained anywhere. Columns are
Read More...
MOSS provides some very powerful features to enable the new buzzword "social networking." Discussions about these can be found pretty easily, and I give an overview of some tools near the end of this posting. But specifics about how some of the details
Read More...
I've worked with several companies who have between 100,000 and 200,000 employees. Naturally, they want to architect a solution for MySites that can accommodate everyone in the company. TechNet has information in the Plan for software boundaries
Read More...
When someone creates a MySite, they are automatically given full control of that site. More accurately: a MySite is a site collection; the creator becomes the first & only Site Collection Administrator; the creator is made a member of the Owners group.
Read More...
This is a topic near and dear to my heart. I've spent many hours helping customers plan and execute a wide range of customizations for MOSS 2007. Now, the ECM Team (Enterprise Content Management) has published an exhaustive paper on these
Read More...
When developing web parts and other components with code, it's important to remember that operations performed by code may require certain privileges. During development, the code runs in the security context of the developer, who is usually a server
Read More...
Wait.. A posting not about SharePoint? How can this be? Well, it's somewhat related to SharePoint, since so many people use Virtual PC to host a development SharePoint environment. Since SharePoint requires Windows Server 2003, that's the best choice
Read More...
Important Note: Customers are advised to review the end user license agreement (EULA) for the relevant Microsoft products before using this tool. This blog entry does not authorize or endorse any use of Microsoft products that is not addressed specifically
Read More...
MySites are very interesting on many levels. When you start to think about how to architect, deploy or customize them, you may encounter some initial confusion and a lack of detailed information. For instance, did you know that your MySite's Home page
Read More...
Many times it helps to see an overall comparison of SharePoint 2007 permissions. I assembled a matrix that shows lots of useful information that helps you understand how permission levels are related, and how they affect security trimming of Site Actions
Read More...
So, I'm not one to just post what I read on other blogs... but if you're a MOSS developer, you should definitely know about the Visual Studio Extensions for WSS 3.0, Version 1.1 . This add-on for Visual Studio turbocharges your creation & management
Read More...
Often, a request comes to customize some of the text that SharePoint displays. And often, that text is stored in one of SharePoint's resource files, so it's just a matter of finding the right one. But I've noticed that Windows explorer doesn't do a very
Read More...