views:

42

answers:

0

I have a web service project with a Class having web method which works fine when browsed. I have hosted this web service on IIS 7.

The problem I'm facing is that when I use this URL as the value of ServiceMethod property of AutoCompleteExtender it doesn't work but when I add this Class file in my UI project and just give the Class name as value of ServiceMethod then it works fine.

Is their a special setting needs to be done in IIS to make it working?