I have a website that requires AJAXControlToolkit to run. This site works perfectly on my local PC, however, when I deploy it to my Windows Server 2008 (64-bits), it fails to work. The site itself is working on the server, however, the section that requires
AJAXControlToolkit is not loading.
Which Control in the Ajaxcontrol toolkit are you using? few of control will make the partial web service call. do you have enough permission to access the asmx file from the server side
would you please advise what do I need to check on the server? Is there anything I need to install on the server to allow my AJAXControlToolkit to work?
Which asmx file are you referring to and how can I have it installed on the server? Please advise and thanks so much for your help
please make sure you install the correct ASP.NET 4.0 framework on your server. The AJAXControlToolkit has actually been integrated into this framework and you are not required to install anything else on the server.
Once this is installed, please make sure your site is set to run under ASP.NET 4.0 framework. If it fails, please let me know the error message :)
software_gee...
Member
11 Points
10 Posts
AJAXControlToolkit does not work on the server
Feb 07, 2012 07:16 AM|LINK
hi there,
I have a website that requires AJAXControlToolkit to run. This site works perfectly on my local PC, however, when I deploy it to my Windows Server 2008 (64-bits), it fails to work. The site itself is working on the server, however, the section that requires AJAXControlToolkit is not loading.
What I have installed so far is the AJAX 1.0 Extension that I download from http://www.microsoft.com/download/en/details.aspx?id=883. I have downloaded AJAControlToolkit from http://ajaxcontroltoolkit.codeplex.com/releases/view/71000 , however, I do not seem to be able to find any .EXE file here. I can find AJAXControlToolkit.dll only on this download.. I have placed this dll on my "bin" folder and yet, the site fails to load properly.
I have seen discussions at :
- http://forums.asp.net/p/1244278/2295404.aspx#2295404
- http://forums.asp.net/p/1244278/2295404.aspx#2295404
but it does not help much though :(
What do I miss here? Where can I get the .EXE of AJAXControlToolkit to be installed on the server? Your help is greatly appreciated. Thank you.
shanmugamm
Participant
1612 Points
317 Posts
Re: AJAXControlToolkit does not work on the server
Feb 07, 2012 11:59 AM|LINK
Do you get any error on the event log?
Which Control in the Ajaxcontrol toolkit are you using? few of control will make the partial web service call. do you have enough permission to access the asmx file from the server side
http://shanmugam-netguru.blogspot.com
Follow me in Linkedin
software_gee...
Member
11 Points
10 Posts
Re: AJAXControlToolkit does not work on the server
Feb 08, 2012 12:52 AM|LINK
hi shanmuggam,
would you please advise what do I need to check on the server? Is there anything I need to install on the server to allow my AJAXControlToolkit to work?
Which asmx file are you referring to and how can I have it installed on the server? Please advise and thanks so much for your help
necro_mancer
Star
8053 Points
1587 Posts
Re: AJAXControlToolkit does not work on the server
Feb 08, 2012 02:17 AM|LINK
hi there,
please make sure you install the correct ASP.NET 4.0 framework on your server. The AJAXControlToolkit has actually been integrated into this framework and you are not required to install anything else on the server.
Once this is installed, please make sure your site is set to run under ASP.NET 4.0 framework. If it fails, please let me know the error message :)
Professional SQL 2008 R2 Service
necro_mancer
Star
8053 Points
1587 Posts
Re: AJAXControlToolkit does not work on the server
Feb 08, 2012 02:18 AM|LINK
ah yes.
I forgot one thing: Please make sure you set the HttpHandler on the IIS to "revert to inherited".
Hope this helps!
Professional SQL 2008 R2 Service