admin on October 17th, 2008

We didn’t do a stsadm export import (see previous post), but used the backup and restore commands instead. This has some consequences which I shall list here. After I had restored my backup file with command ”stsadm -o restore -url http://<destination-url> -filename backup.dat -overwrite” (the overwrite option is very important) I had to reset some settings [...]

Continue reading about Restore Best Practices

admin on October 4th, 2008

Microsoft Consulting Services has collected some SharePoint Best Practices on this website. The “Best Practices Resource Center for SharePoint Server 2007″.

Continue reading about SharePoint Best Practices

admin on September 24th, 2008

Today I have installed Faceted Search 2.5 (a CodePlex tool). The dll files were not copied to the GAC (c:\windows\assembly) with the batch file which is provided together with the Enterprise Library Package. So I had to copy the files manually to the GAC. First I tried to copy the dll files from one directory to the other [...]

Continue reading about DLLs in the GAC