Want a free SharePoint team site to play with?
Only 5mb of storage, but no time limit and gives you a choice of TeamSite, Wiki or Blog.
Visit FrontPages...
I have uploaded a new SharePoint project template for solution deployment.
This new templates adds some new features and fixes a previous problem.
New features include deploying the DLLs to either the GAC or the BIN folder and the ability to dep...
I have just been sent this link, which appears to be virtually all the free software Microsoft has.
Some intersting stuff, a lot of which I didn’t know exisited from Blake Handler...
Yesterday I was creating an SSP for SharePoint on a standalone server and so needed to have an Indexer for search. No problem I went to ’services on server’ and tried to start the Office search service. Problem was it wouldn’t start and SharePoint...
I have just started to use the ASP.Net AJAX UpdatePanel within SharePoint. There is a bit of configuration of web.config, but getting it to work isn’t that bad.
Once it is all configured and and working there are two problems you will encounter...
If you have ever added a page to the _layouts or _admin folders in SharePoint 2007 you may have wondered how to get the breadcrumb to appear at the top of the page. As with many things in MOSS they are using the standard ASP.Net 2.0 navigation fea...
Recently at Mark’s Portal Architects meeting there was a lot of discussion around how to structure the development of a MOSS based solution. Two distinct approaches were discussed, both with their own set of pros & cons.
Use SharePoint Sol...
Today I needed to clear the response and write my own HTML out, instead of the WSS publishing page that was being processed at the time. Having done this the w3wp process would rise to 100% CPU and eventually die producing an error report. This ...
If you find there is a problem with QuickDeploy within a MOSS publishing site you can access the list of items to be deployed using the following URL.
http://<your site>/Quick Deploy Items/AllItems.aspx
This allows you to delete the offend...
If you have ever created a solution deployment package (.wsp) for SharePoint 2007 (MOSS) you know creating the manifest and CAB file is a pain. This visual studio project automatically builds the manifest and CAB (wsp) file for you.
To use...