Question: If I want to use ajax extension with Visual Studio 2005, i have to download ajax extensions.
Now here’s my question:
Do I need to do this only for development, or do I also need to install something on the production server if I make my project use ajax extensions?
You need to install it on the production server as well. This will place the appropriate dll’s in the GAC.
You may be able to include those dll’s in you local bin, and deploy those with your application. The easiest way to do this is to mark the references to the AJAX Extensions dll’s as CopyLocal = true. This should be available as a property of the reference in Visual Studio.