Currently, I am tackling the source code for AjaxControlToolkit in the VS2008 version. There are specific modifications I need to implement in the core javascript files like MicrosoftAjaxWebForms.js, but unfortunately, I am unable to locate the original source files they are derived from.
Although I am clear on the changes required, I am struggling to identify the specific files that the toolkit is compiled from.
Given our necessity to enhance the functionality of the toolkit and our restriction to using VS2008, we are unable to utilize the NuGet version of the toolkit. This project is built on the ASP.NET 3.5 framework.