I have an asp.net 4.0 AJAX/JQUERY Autocomplete.asmx webservice that works fine on localhost development environment. I have published the website and copied the files to the iis6 windows 2003 virtual server and then it does not work there. I have tried making a separate application under the main website and referencing the service asmx there but that does not work either. The weird thing is that I do not get an error message. I have checked the log files and I can see that the ASMX file was loaded and reference and there is no error logged there either. I am stuck at this moment. I am not sure what else to try to troubleshoot this problem. Any techniques or advice would be appreciated
The database connection was different on from the dev environment so it had to be adjusted accordingly to work from a remote server.