AutoCompleteExtender not working for WebService hosted on IIS 7
Posted
by
Manish
on Stack Overflow
See other posts from Stack Overflow
or by Manish
Published on 2010-09-03T12:34:02Z
Indexed on
2010/12/30
15:54 UTC
Read the original article
Hit count: 506
I have a web service file in my project having a web method which is used for AutoCompleteExtender and which works fine when I debug it from VS.
But when I publish and host it on IIS, it's not working properly.
However, I tested the webservice method directly by typing the URL and it gave the desired output.
Is their a special setting needs to be done in IIS to make it working or any property of AutoCompleteExtender need to be set?
© Stack Overflow or respective owner