by Sandesh | Jul 20, 2011 | Sharepoint
If you working on SharePoint then you can find the Sharepoint log to debug the issues. Sharepoint log in huge so it is good if you found good log viewer to analyze the logs. Microsoft provided the Sharepoint 2010 log viewer called ULS Viewer. But...
by Sandesh | Jul 17, 2011 | Sharepoint
To debug the sandbox solution you should attach SPUCWorkerProcess.exe process. Then start debugging the Sandbox solution. By default Visual Studio 2010 automatically builds the solution package, deploys it, and activates it in the Solution Gallery. When you start...
by Sandesh | Jul 2, 2011 | Sharepoint
You can easily customize your Ribbon menu control in Sharepoint 2010. This example demonstrate the custom CommandAction ribbon button which display the application page as model dialog. Find the below Elements.xml sample used javascript file to execute the custom...
by Sandesh | Jul 2, 2011 | Sharepoint
If you started working on Sharepoint 2010 then Its important to learn the sharepoint folder structures. Here i have listed down all important folder sharepoint 2010 storing configuration, installations files. C:\ProgramFiles\Microsoft Office...
by Sandesh | May 28, 2011 | Sharepoint
If you want to automate the Sharepoint installation and configuration process then AutoSPInstaller is the right tool you can use. If you know the powershell script then you can customize this tool as per your requirements. If you got the experience in installing the...
by Sandesh | Apr 25, 2011 | Sharepoint
One of the most challenging aspects of maintaining a SharePoint deployment is maintanance. In large complex server farm environments make these tasks all the more difficult. Microsoft now comeup with SharePoint administration tool kit to resolve this. This Saturday...