Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody,

All the aplication works great in the localhost, but when I publish the aplication in IIS (Win2008) any control with the AjaxControlToolKit doesn't Work...

In this photo you can see the modalpopup.... http://imageshack.us/photo/my-images/534/mals.jpg/

Thanks for your help.
Posted

1 solution

When I was using the toolkit, I had to build and compile it to produce the DLL files I needed for my projects. I had to build 2 versions, for for 2.0/3.5 and 4.0.

I had to be careful to use the correct versions needed.

So you just grab the correct version of the DLL's, and make a Bin Folder for your website project, and drop the files in the Bin Folder.

make sure your reference for the toolkit points to the bin folder, all should be good from there.

I just looked at your image, I've seen that before in where the server renders the toolkit different.

I noticed that the script manager renders the toolkit different than the AjaxToolkit script manager, in the way it handles masking and the centering of the modal popup. ScriptManager works correct.

That was annoying, I finally dumped the toolkit for Jquery, and use simple modal now.

Try The ScriptManager tag element if your using the AjaxScriptManager tag element.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900