I used NuGet to add AjaxControlToolkit.dll version 4.5.7.1005 to the project.
The project works fine using IIS development server on two machines, my local dev machine and even works when launched via Visual Studio on the same server as IIS.
I stripped out all of the Asp controls and my controls and IIS still just continually loads.
Finally I took the AjaxControlToolkit version 4.1.51116.0 from another project and changed out the reference for the project and it fixed the issue.
Any idea why the new version doesn't work? I am using IIS 7 on Windows Server 2008 R2.
Has anyone else reported this issue? I can duplicate this issue by replacing out the Ajax Toolkit Version to the 4.5.7.1005 version.
Thanks
The project works fine using IIS development server on two machines, my local dev machine and even works when launched via Visual Studio on the same server as IIS.
I stripped out all of the Asp controls and my controls and IIS still just continually loads.
Finally I took the AjaxControlToolkit version 4.1.51116.0 from another project and changed out the reference for the project and it fixed the issue.
Any idea why the new version doesn't work? I am using IIS 7 on Windows Server 2008 R2.
Has anyone else reported this issue? I can duplicate this issue by replacing out the Ajax Toolkit Version to the 4.5.7.1005 version.
Thanks