" Live as if you were to die tomorrow. Learn as if you were to live forever.. "
- Mahatma Gandhi

How to create a custom webservice in SharePoint?

Posted on November 23rd, 2015 by Premananda Das

There are numbers of out of the box web services present in SharePoint that will do most of the common tasks like methods for working with list ,sites and sub sites, users and groups etc. For using these web services you need to add the reference of the web service . But if your requirement […]

Fixing URL issue in FullTextSqlQuery search when same web application is used in different zones

Posted on November 23rd, 2015 by Premananda Das

In SharePoint we can create a web application and extend the same web application for different zones, the content will be remain same but the url will be different for each zone. Let’s say I am having a web application on port 2020 and the url is   http://test:2020/ . Now I want to use this […]

Enabling Application Error details in SharePoint 2007 and SharePoint 2010.

Posted on November 23rd, 2015 by Kumari Sony

Most of us would have encoutered the common error “Unexpected error has occured” many times  in Sharepoint 2007 and Sharepoint 2010 which does not give any details about how and why the error occured. In Sharepoint 2007, we can track the error by modifying 2 parameters in web.config of our web appication. i.e. by setting […]