CascadingDropDownList not working with anonymous access

Posted by Alessandro on Stack Overflow See other posts from Stack Overflow or by Alessandro
Published on 2010-04-16T10:01:19Z Indexed on 2010/04/16 10:03 UTC
Read the original article Hit count: 538

Hi everyone, I use a CascadingDropDownList of the AJAXControlToolkit in a ASP.NET MCMS 2002 web application. The CascadingDropDownList works as expected until "Anonymous access" and "Integrated Windows Authentication" flags are both checked (and this is the situation in the production environment) in the Directory Security settings on the website under IIS.

The error I get is: 500 Internal Server Error No web service found at:

If I uncheck the anonymous access or the windows authentication everything is ok.

Any suggestions?

© Stack Overflow or respective owner

Related posts about asp.net-ajax

Related posts about cascadingdropdown