Hi all.
I ahve an application in which ajax is used.
when i upload the publish of the application it is not working.
and if i upload the code, its working,
can nayone tell that what is the problem.
Thanks In advance
Hi all.
I ahve an application in which ajax is used.
when i upload the publish of the application it is not working.
and if i upload the code, its working,
can nayone tell that what is the problem.
Thanks In advance
The scenario described by (AJAX works on the development machine but not after publishing) plus 's question about AJAX extensions points to deployment/environment differences rather than page code. The usual causes are missing handlers or assemblies on the server, IIS configuration differences, or blocked/missing client script resources. The checklist below targets the specific, verifiable things to inspect when an ASP.NET AJAX site works locally but fails after publish.
For diagnostics, temporarily enable full error details on a staging site (customErrors off, compilation debug=true) to capture server-side exceptions, check IIS and event logs for assembly or handler errors, then revert debug settings. Capture exact failing URLs and HTTP codes — they are the most reliable clues for correcting handler mappings or missing assemblies.
Jump to Post— greeny_1984 14hi,
did u add ajax extensions in your site.
hi,
did u add ajax extensions in your site.
yes i have added.
its working on local system but publish is not working when it is uploaded
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.