Browse by Tags
All Tags »
WSS (
RSS)
I thought I'd share with you guys what I had experienced during the upgrade from my WSS 3.0 server to SharePoint Foundation 2010 beta. First of all, my WSS 3.0 is quite small. There's only One site collection in there of any significance en some other...
I was recently facing an issue as described in http://stackoverflow.com/questions/809179/saving-a-document-to-sharepoint-brings-up-web-file-properties-dialog-with-incor Recap from original post: Situation: A custom "Master Document" content type inherits...
This question was wondering around in my head last week after having seen a slipstreamed distribution at one of my customers. Previously having been told it was not possible to slipstream language packs, I had my doubts and went hunting for some information...
Yes, you have been asked this question before haven't you? "Dear Admin, can you send me a complete list of all the users in the Visitors group of my site collection, because there are so many in them and I am not able to export to Excel......" Well, I...
I was reading trhough my blogroll today and noticed a very complete blog post for deploying SP2 in a large MOSS environment. It describes optimized steps for installing SP2 with lesser downtime as you would have by just installing it. Chris Givens is...
Pfff, it's been a while again since my last post. I promise you guys that I will have some time soon to write more. Anyway... This post to write about a cool tool that my colleague Pascal Rocheteau found today: SPIEFolder from codeplex. Project Description...
I got this question today from one of my collegues and needed to find the answer to it. Why did I get this question? Well one of our developper teqms provided a new solution to deploy that replaces the default master pages and the update did not show...
This is another one of those tools you should have on your SharePoint farm(s). Although the tool is aimed to designers of SharePoint solutions, I like to use it for deploying solutions to different or additional web applications without having to retract...
yeah yeah, if you are used to working with MOSS, then you will probably tell me to use the command stsadm -o setsitelock -url <url> -lock readonly or something like that. Unfortunately back in the SharePoint Portal Server 2003 and WSS 2.0 days,...
Just wanted to add this to my blog, because I have been asked this twice already last week. The order below is the one I use when I have to install Language Packs. Basically I prefer installing in the same order as the updates have been released. In Belgium...
I bumped upon this 10 MB limit today when trying to save a site as a template. Did some research on the net and found that you can change this limit through the following stsadm command: stsadm -o setproperty -pn max-template-document-size -pv 524288000...
I had an issue this week that I was unable to sign in to my personal WSS site. for some reason the popup login screen never showed. I know that my company laptop is heavily secured as well as the network. So if it was a firewall blocking or my IE settings...
I am playing with a pure WSS environment these last days for my family site and was trying to configure indexing of PDF files on it. Evidently I looked back at one of mu posts to configure this indexing on a MOSS server. When reading my post I noticed...