AJAX controls stop to work when I published the web site, before publishing online, everything works fine and the web site was installed locally on server, I tried with many suggestions but nothing works, some of the suggestions were:
- Include the System.Web.Extensions.dll & System.Web.Extensions.Design.dll in the bin folder
- AjaxControlToolkit.dll is there in the bin already.
- I Have added Httphandlers & httpmodules in web.config file
- Set httpruntime enable = true in web.config file
And nothing of these things worked for me, any suggestions please?
zlristovski
Member
1 Points
7 Posts
ASP.NET AJAX not working after publishing the website online
Nov 27, 2012 02:25 PM|LINK
AJAX controls stop to work when I published the web site, before publishing online, everything works fine and the web site was installed locally on server, I tried with many suggestions but nothing works, some of the suggestions were:
- Include the System.Web.Extensions.dll & System.Web.Extensions.Design.dll in the bin folder
- AjaxControlToolkit.dll is there in the bin already.
- I Have added Httphandlers & httpmodules in web.config file
- Set httpruntime enable = true in web.config file
And nothing of these things worked for me, any suggestions please?
chetan.sarod...
All-Star
66609 Points
11270 Posts
Re: ASP.NET AJAX not working after publishing the website online
Nov 28, 2012 02:10 AM|LINK
Make sure you install the correct version of the AjaxControlToolkit:
Version 3.0.20229 2008-02-29 release of the AJAX Control Toolkit targets the official release of .NET Framework 3.5 and Visual Studio 2008.
Version 1.0.20229 You can also download the Toolkit for .NET Framework 2.0, ASP.NET AJAX 1.0 and Visual Studio 2005.
Version 3.0.40412
April 12, 2010 release of the AJAX Control Toolkit for ASP.NET 3.5 Service Pack 1 and Visual Studio 2008 SP1.
Then you could add the Ajax Control Toolkit to the VS Toolbox step by step at:http://www.asp.net/ajaxlibrary/act.ashx.
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.