AJAX works with Visual Web Developer built-in Web server, but ...

  • Thread starter Thread starter antonyliu2002
  • Start date Start date
A

antonyliu2002

Hi, guys, I have an interesting problem with AJAX.

I just downloaded and installed the latest microsoft AJAX extension for
..NET and the CTP December package.

I created a simple web application (on Drive C of the hard disk) with a
button and label. AJAX works great as expected if I launch the
application from Visual Web Developer built-in web server
(http://localhost:2356/AjaxTest/Default.aspx), but if I copy this
application intact to the production website folder (which is on a
different partition of the hard drive, Drive F) and check it out
through http://www.mydomain.com/AjaxTest/Default.aspx, the web
application itself still works, but AJAX does not.

I got stuck at this point, could you pls kindly give me some hint?
 
Mike said:
I believe the the AJAX components need to be installed on the host
server as well.

Mike

Thanks, yes, there is only one machine in my case, and on which AJAX is
installed. Development and Production are only on different partitions
of the same hard drive.
 
Back
Top