ASP.NET Ajax client-side framework failed to load.

Discussion in 'Site Programming, Development and Design' started by Albert, Aug 30, 2010.

  1. Hello guys..

    I have uploaded my site on win host .

    I have got following errors :

    1 . Error: ASP.NET Ajax client-side framework failed to load.
    2 . Non of the validation controls are working on the pages where I have used AJAX.

    These all things are waking nicely on localhost .

    Can any one tell me solution for this ?

    -Thanks
     
  2. Ray

    Ray

    Do you have a URL we can look at and see the error?
     
  3. Hello ,

    Here I m attaching error that arise on site .

    [​IMG]


    I have upload same site on another server , there it's working fine .

    -Thanks
     
  4. Ray

    Ray

    Your attachment did not come through.
     
  5. I fixed the images...
     
  6. Can any one please tell me , how to solve it ?

    -Thanks
     
  7. Ray

    Ray

    The error message is really not helpful in solving this problem. The error you are getting is originating from the browser so its difficult to see where the failure is occurring. Try downloading a software called Fiddler. This is a software that tracks http calls behind the scenes and it can give us a better idea on what is occurring in the background.

    http://www.fiddler2.com/fiddler2/
     
  8. Did anyone ever find a solution to this?
     
  9. Ray

    Ray

    AJAX errors are really elusive to diagnose. The best way to find out what is going on the back end is to download and install Fiddler. Its a web debugger that records http calls. http://www.fiddlertool.com/fiddler/version.asp

    This should help shed more light on the problem you are having. Consequently, from what I've seen, most AJAX problems is a connection string problem to the database. But I'm not sure how you designed the your application so I have no way of knowing if it is a connection string problem.
     

Share This Page