Hi All,
In my current project, we have an updatepanel with couple of dropdown boxes. Each dropdown is loaded based on the value selected on above dropdown. This functionality is working fine with a single server environment but when we moved the application to Load balancing environment, Ajax calls breaking with the error message "too much recursion". Its happening randomly. I couldnt exactly reproduce the scenario when it would fail. Once this happens the page will freeze and no postback will happen.
Environment: Win2008, IIS7, WSS3.0, .Net3.5, AjaxControlToolKit 3.0.305121.1
Please Advise