Hi
Following are some tips to make sure asp.net ajax framework is properly installed :-
1.) Check out for the following folder/directory in your system :- %system root%/program files/Microsoft Asp.net . (This folder contains the dlls required for asp.net ajax framework functionality).
2.) Once asp.net ajax framework is properly installed open VS2005 (incase u r using it , VS2008 already comes with ajax framework ) -> choose web site -> there you can see option "asp.net ajax enabled website" option.
3.) Now if you want to migrate your existing application to asp.net ajax enabled application , do the following :-
i) add the dlls to your application bin folder .
ii) For modification of web config file the best way is to create a dummy web site by choosing "asp.net ajax enabled website" option and then copying the missing portions from this webconfig to your application webconfig file .
4.) AjaxControlToolkit dll are simply added to your application bin folder , no installation is required as such . Make sure you download proper binaries corresponding to your .net framework installed in your system .
Regards
Pawan Mishra
Too many eyes doesn't make a good code !!!
.Net 360°