I use the autocomplete extender with a webservice created by me in a webapplication asp.net on framework 3.5.
The server for the web application and the webservice is the same. This is a Windows 2003 with iis 6.
On Developpement plateform, it works fine
On test plateform, it works fine.
On production plateform, it doesn’t work, no display of the autocomplete extender.
the client machine can be request the description of the webservice with internet explorer
when we use via autocomplete extender.
There is an error 500 tracked by wireshark tool installed on the server with these details:
JSONERROR: TRUE
And “there was an error processing the request”
But when we run the tool fiddler for have some information on client machine, there is no more errors.
Is there something to do to resolve this error?
The server for the web application and the webservice is the same. This is a Windows 2003 with iis 6.
On Developpement plateform, it works fine
On test plateform, it works fine.
On production plateform, it doesn’t work, no display of the autocomplete extender.
the client machine can be request the description of the webservice with internet explorer
when we use via autocomplete extender.
There is an error 500 tracked by wireshark tool installed on the server with these details:
JSONERROR: TRUE
And “there was an error processing the request”
But when we run the tool fiddler for have some information on client machine, there is no more errors.
Is there something to do to resolve this error?