Hi all,
I have implemented a Jquery ajax call in my Dot Net Application, it is working fine in development environment it is giving json response and it works as expected, but when i move this to staging environment somehow it is not working, i did the debugging in code using firebug in firefox and found, instead of JSON in response it is returning some HTML which has already rendered on page.
In dev server it is executing the next statement written after the success statement, but in staging it is not at executing the next statement.
Please help me in this regard.
Thanks in advance,
Rupesh