AJAX call works on local machine, not on host

Posted by superexsl on Stack Overflow See other posts from Stack Overflow or by superexsl
Published on 2010-04-23T02:07:06Z Indexed on 2010/04/23 2:33 UTC
Read the original article Hit count: 329

Filed under:
|
|
|
|

hey everyone, What could potentially stop an AJAX call from working on the host server, when it works fine on the local host? I tried returning an error from the AJAX call, but all I get is 'undefined'. I don't think the actual page method is being called since no information is added in my log (and I've explicitly added a call). I can't reproduce the problem on my local machine, so does anyone know possible areas I should look into?

Thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX