0
votes

I need some help on ajax control toolkit in asp.net Visual Studio 2010 .net frame work version 4.

We have hosted on interland server and it does not support ajax control toolkit .DLL as it is a third party dll.

Could anybody give us an workaround on this, can we download the source code for this toolkit which is in javascript and can we include this .js files in our aspx pages so we can have ajax control toolkit for our website.

Any examples would be helpful if we can try this workaround working.

thanks

2
You mean you can't bin-deploy the ACT dll? - Jakub Januszkiewicz

2 Answers

3
votes

Just copy the DLL to your Bin folder.

0
votes

If you're deploying an ASP.net app, and your project has a reference to the relevant assembly, the dll should be copied to your .\bin folder as part of the publish process, just like the compiled assemblies that comprise your app.