I had created a ajax enabled web site in ASP.NET 3.5 using Visual Studio 2008. All ajax functionalities is working correctly in my development machine. But when i uploaded it to GoDaddy(Shared hosting), the whole thing ended up in a mess.
In their help section they had mentioned the following
"ASP.NET AJAX
assembly (System.Web.Extensions.dll) is installed in the global
assembly cache (GAC). Do not include the assembly in the Bin folder of
your AJAX-enabled website. ".
But the issue is still there even after removing the ajax assembly from the bin.
Also I got internal server error page, when i put the <httpHandlers> and <httpModules> tags in my web config.
It would be much helpful if anyone in the communtiy who has got a solution....
Thanks & Regards,
Amal