AJAX Problem "There was an error in callback"
-
Hi all, Im having a problem where if i run a ajax based website on my developement machine using the Visual studio intergrated websever my ajax control works as expected all the ajax callback work. If i publish the website to my live server(settings below) all the other controls work but ajax functionality gives a error message "There was an error in callback" then what looks like a long string of random chars probably a hash. Has anyone had anything similar? is there anything specifice i need to do to my IIS setup to get AJAX working propertly? Or would this be an error in my code, although if it where i dont see how it would work from Visual studio. IIS Server Setup On the ASP.NET tab of the site properties the site is set to, version 2.0.50727 and the website has its own application Pool. Server is setup using Windows 2003 version 5.2.3790 SP2 Build 3790 and has .NET Framework 3.5 SP1 installed. Thanks in advance Phil
-
Hi all, Im having a problem where if i run a ajax based website on my developement machine using the Visual studio intergrated websever my ajax control works as expected all the ajax callback work. If i publish the website to my live server(settings below) all the other controls work but ajax functionality gives a error message "There was an error in callback" then what looks like a long string of random chars probably a hash. Has anyone had anything similar? is there anything specifice i need to do to my IIS setup to get AJAX working propertly? Or would this be an error in my code, although if it where i dont see how it would work from Visual studio. IIS Server Setup On the ASP.NET tab of the site properties the site is set to, version 2.0.50727 and the website has its own application Pool. Server is setup using Windows 2003 version 5.2.3790 SP2 Build 3790 and has .NET Framework 3.5 SP1 installed. Thanks in advance Phil
-
I think the server side function which ajax trying to execute is throwing an exception. Have you done any error handling functionality? Check your error logs.
-
I think the server side function which ajax trying to execute is throwing an exception. Have you done any error handling functionality? Check your error logs.
I think i am getting an exception but the code i wont to write into the event log isnt working. Its a permission thing, i've created an event source in the registry but it still isnt writing too it. Im going to try to track down the users ASP is running under on my server and then all that user write permissions. Thanks for the help, its always nice to go back to basics :)