Dec 11, 2012

Creating Web Service using ASP .NET

To know about basics of web service read this article. 1.   Create an ASP .NET web service application using Microsoft Visual Studio. 2. Take a scenario that we have to convert Celsius to Fahrenheit and vice versa. 3.   Below is the code for our scenario: using System; using...

Basics of Web Services

Introduction: In this article, we aim at learning the basics of web services and understand how does web service works. WebService: 1.   Web services are the easy way to create communications between different applications of different platform. 2.  Web Services extend these...

Captcha using Java Script

Background: Now a days, all the web sites requires inputs (contact us, feedback, etc.) from the end users. But many sites face a problem of spam or unwanted or junk messages. To avoid this we have a java script code which will generate the random codes which should be entered by the users manually. This...

Dec 8, 2012

Create Site Collection in Separate Content Database in SharePoint

Problem: When a “Site Collection” is created in a web application, then the proceeding Site Collections created in the same “Web Application” will use the Same Content DB. This creates problems in the following scenarios: 1. Size of the one Site Collection grows large then it will affect the...

Oct 27, 2012

This item could not be crawled because the repository did not respond within the specified timeout period - SharePoint Search Error

Problem: Environment: WSS 3.0, Microsoft Search Server Express 2008 The Search server is crawling the contents properly and the search is working as expected. Suddenly, search crawling stopped and the error in the Search log is "This item could not be crawled because the repository did not respond within the specified timeout period. Try to crawl the repository at a later time, or increase the...

Aug 28, 2012

Advantage of PowerShell over STSADM

In SharePoint 2010, new concept called Power Shell is introduced. The main adavantage of using Windows Power Shell over STSADM is follows: Windows PowerShell is built on the Microsoft .NET Framework and accepts and returns .NET Framework objects. Hence, can interact with .Net objects directly. Here we use commandlets (cmdlet) instead of commands. Commandlet is a instance of .Net objects We...

Aug 6, 2012

Event ID 28721 in Source cannot be found

Problem:I have faced this problem when I tried to upload a document one of my document library in SharePoint. Neither the upload is successful nor no errors while uploading.Event Log:I was unable to view any errors with respect to the document upload in the event log. I could see only the following...

Jul 30, 2012

Parser Error Data at the root level is invalid. Line 1, Position 1

I have got this error message suddenly in a (WSS 3.0) SharePoint site. The site is working as expected and it does not throw any errors before.The error screen shot is below: From the error message, I could understand that there is a problem with the browser comapatibility. Solution:I have navigated...

The POP3 service could not create the mailbox – the account already exists

In Windows Server 2003, I have configured POP 3 service, created domains and mailboxes.I have created many users and associate mail boxes in the POP3 service and deleted for some reasons.When I try to create the same user I have got the error:The POP3 service could not create the mailbox - The account...

Jul 27, 2012

Download Image from Right Click Disabled Website

In this article, we will know a small trick where we can download the images from the web page in which the right click is disabled in the web page.Usually, web masters will disable the right click on the web pages in order to protect the content in the web page.But sometimes, we need to download...