If you'd have followed the link 'Project website', you would see this at the documentation section:
Just reference to this assembly and put this in your web.config: Under <system.web><pages><controls> <add tagPrefix="act" namespace="AjaxControlToolkit3030930" assembly="AjaxControlToolkit3030930" />
Now you can reference with the 'act' tagPrefix to the ACT controls.
Install guide ?
Hi
I have tried to install this on a project created in VS2008 asp.net 3.5 and running Umbraco 4.0.2.1
I can't find any documentation if this works in asp.net 3.5
Is there any documentation available ?
/cheers
Sure, just download and use the web.config file for use with .net 3.5.
Make sure your IIS app pool is running in Integrated pipeline mode as well!
For more info on how to set-up a debug environment in VS2008, have a look at this blog post.
Hi Sebastian
I'm very sorry not to make it more clear. I'm talking about setting up the AjaxControlToolkit 30930 for Umbraco
I'm allready running .net 3.5 and its running great.
If you'd have followed the link 'Project website', you would see this at the documentation section:
Under <system.web><pages><controls>
<add tagPrefix="act" namespace="AjaxControlToolkit3030930" assembly="AjaxControlToolkit3030930" />
Now you can reference with the 'act' tagPrefix to the ACT controls.
is working on a reply...