-
Links
I’m doing research today to answer multiple questions. Questions: I recreated my MOSS 2007 SSP a while back and now MySite creations aren’t working for anyone. It’s not working exactly like the discussion at Technet Forums. Still researching this one. On a related note, I need to nail down exactly how to create personalized MySite…
-
Installing .NET 3.0 on a balky workstation
So if you keep trying to install .NET 3.0 and keep getting an error during install (and looking at the Error Log link in the failure message refers to the Windows Communication Framework being missing), go look for a file named something like “dd_dotnetfx3install.txt” in your %temp% directory (in my case, that was at C:\Documents…
-
IE 7’s friendly HTTP messages are unfriendly if you want IIS To do custom error messages
So IE7, by default, overrides Web Servers’ custom error messages with very helpful “friendly” reinterpretations of error messages. To turn these off through the UI, go to Internet Options -> Advanced, and disable “Show friendly HTTP error messages”. Thanks, Microsoft! Also found at: HKCU\Software\Policies\Microsoft\Internet Explorer\Main!Friendly http errors (according to the Vista GP excel spreadsheet)
-
Oy! – Inaccuracy in order of steps in a MS support document screws up the process
This almost sucked. Hard. The Microsoft Technet article I linked to previously about moving the WSS Content Database in WSS 2003 is pretty good! Except for the last section, under Moving the Datases, subsection “Set the content database in Windows SharePoint Services”. Unfortunately, the article says you should, for each Virtual Server, remove/disconnect each content…
-
Simple read-write connection of a database table (non-SharePoint) to a DataView Web Part in MOSS 2007
Test this out/play with it in a test area. Don’t do this in production. Duh. Required: SQL Server 2005 SharePoint v3 (I don’t honestly know, but I think just WSS 3.0 w/o MOSS 2007) SharePoint Designer 2007 A SQL account with db_datareader and db_datawriter permissions on the database in question, and the account’s password A…
