I have downloaded the sample AJAX toolKit website.
When opened in Visual Studio 2012 everything works fine.
When I publish to IIS 7.0 Cascading Drop Down example gives method error 500.
I can browse to CarsService.asmx and invoke the GetDropDownContents method and get xml data returned so the service is working fine.
Suggestions?
I don't care if I use AJAX toolkit or not. I just want to create some webforms that populate data from an API.