SharePoint 2013 URLs and SharePoint 2013 Napa Apps URLs accepts different tokens while parsing URLs.
Windows Live Writer 2012 Compatibility Issue on Windows Server 2012
Opening Windows Live writer 2012 in Windows Server 2012 will throw wildcli.dll not found error.
Fixing Performance Issue Caused By Node Runner In SharePoint 2013 Preview
The node runner application used by SharePoint 2013 preview for search related process slows down the system due to memory leak issues.
Installing Office 2013 breaks SharePoint 2013 Preview on Windows Server 2012
Installing Office 2013 locally on a Windows 2012 Server breaks SharePoint 2013 Preview from creating new Site Collections
Re-Running SharePoint 2013 Configuration Wizard Deletes The Config DataBase
Re-running the SharePoint 2013 Configuration wizard crashes the SharePoint by deleting the content data base. There is no option to bring back the environment unless you have a back up of the DB.
Host Header in Share Point for Development Environment
This post provides the settings and configuration to configure host header for a Share point web application. This approach is not advisable for production environments as it requires tampering loop back check and host file. …read more
Create Public Key Blob for an Assembly
In SharePoint to have a custom config file, with CAS policies set , it requires Blob data of assemblies . Follow the bellow steps to extract public key blob of an assembly. 1. Open Visual …read more
Physically locate assemblies in GAC
Physically locating the assembly in GAC would help in debugging assemblies deployed into GAC. In .Net debug symbols of assemblies are available in .pdb file which is created along with the assembly during compilation. Deployment …read more
Display Stack Trace in Sharepoint 2010
Enabling display of stack trace information in SharePoint 2010 is bit different when compared to SharePoint 2007. In SharePoint 2010 it can be categorized into two types based on page type. Displaying trace information for …read more