March 2010 Entries
I came across this error when i was trying to ajaxify my sharepoint site. After adding the AjaxifyMoss from the codeplex developed by Richard Finn. And tried loading my site i got the error Error: The base type 'System.Web.UI.MasterPage' is not allowed for this page So i decided to check the web.config and i noticed the SafeControl tag doesn't have the .Net 2.0 assembly included despite the fact i added both vsersios 2.0 and 3.5. Its possible the.Net 3.5 assebply overwrote the 2.0. Anyway after i ......
I came across this list of very interesting stuff below (and it could save lots for time) 1. Faceted Search: http://facetedsearch.codepl... 2. Podcasting Kit for SharePoint: http://pks.codeplex.com/ 3. Knowledge Base: http://spkb.codeplex.com/ 4. SharePoint Branding Tool: http://brandingtool.codeple... 5. SharePoint User Account Control: http://spuac.codeplex.com/ 6. SharePoint Enhanced Calendar: http://spenhancedcalendar.c... 7. Enhanced Discussion Board: http://edb.codeplex.com/ ......
After extending a windows Authenticaton site in sharepoint to use Forms Authentication a user compained she couldn't export a list to spreadsheet and that the option under the actions menu was missing. So i taught it has to do with the FBA setup after some reasearch. I found this solution on MSDN Microsft good on you this time So basically Form Authentication will reduce some functionality such as in document llibrary we wont see new document, edit in spread sheet,open with windows explorer etc. ......