Welcome to my personal blog, All the information in this bogs is my ideas,findings and thoughts on .Net, Asp.Net and SharePoint.
ALL POSTING ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND
Browse by Tags
All Tags »
WSS V3 (RSS)
-
When we set SPWeb.ParserEnabled to false, it disables the document parser (there will not be any property demotion and promotion), it means that the file properties and the WSS properties will not be in sync. So when you search for a custom file property Read More...
|
-
When we create a site either through UI or OM, it will not come as a tab unless you check the option ‘ Sit e Actions-->Site Setting-->Navigation-->Show subsites to true’. On checking the option results in displaying all the subsites as ‘Tabs’. Read More...
|
-
When we add a field to the site content type SharePoint doesn't push-down those changes to the document library and the list level. The below code sample is for push-down all the changes to document libarary and the list level.The sample code from WSS Read More...
|
-
Adding “XmlFormView” control to a custom aspx page that provisioned within SharePoint throws an exception “Session state cannot be enabled here.” XmlFormView control requires session state to be enabled. To enable the session, open the web application’s Read More...
|
-
A work-around to this issue is, execute the code under admin privileges(impersonate the user), you can either follow the Win API impersonation or using the SPSecurity.RunWithElevatedPrivilages() method. You would get errors like, 'Microsoft.SharePoint.SPException' Read More...
|
-
When we create an FBA site through console app or a windows app, we need to have the membership provider and the role provider information within App.Config file. It would be with the same structure as we have in the web.config file of SharePoint WebApplication. Read More...
|
-
1. Shared Services Administration: ShareServices1> Search Setting >Crawls Rules > Add or Edit Crawl Rule Path : http://* Crawl Configuration : Include all items in this path Specify Authentication : Use the default content access account 2. Shared Read More...
|
-
It would be very painful to debugg the workflow, VS provides help to some extend, however for details log information you have to change the web.config for your web application in which the workflow is running under. Open your web.config, Add the below Read More...
|