the name of the existing web service I am planning to use is AutoComplete. The webservice tag in that file is:
<%@ WebService Language="C#" CodeBehind="~/AutoComplete.cs" Class="AutoComplete" %>
Since, that didnt work out, I created a new web service called test. tag is as follows:
<%@ WebService Language="C#" CodeBehind="~/Test.cs" Class="Test" %>
both of them didnt work in my case.. Pls advise..