AJAX support?



  • Seriously.. what does web hosting have to do with AJAX?



  • By that, I guess they mean the ASP.NET AJAX Library (or whatever it is) is installed. This library adds lots of objects and functions to the page/site, but the lack of it doesn't prevent using AJAX in any way.



  • Its an asp.net hosting package.... unless the ASP.NET AJAX libraries are installed on the *SERVER* you wont be able to deploy and run ASP.NET AJAX web sites on the server...

    Unless you can include the libs in your project before deploying.... but Im not sure if you can do that or not... Id guess not.

     You can still use other AJAX libraries or write your own, they should probably have worded it more like "ASP.NET AJAX Support"

     



  • @rohanprabhu said:

    Seriously.. what does web hosting have to do with AJAX?
     

    Literal answer - ever tried doing AJAX without a web host? 

    Other answer - as the other guys said, they are saying that they have AJAX.NET controls installed. 


Log in to reply