Hi folks
I have got a very strange problem.... I developed my page using RadGrid which data binds on the client side using a WCF service. All worked fine on my local dev box so I checked in my code. However, the next day the testers report that it's not working.
When I look into the problem, it turns out that when the site is running in Internet Explorer (v6-8) under IIS, the RadGrid data binding doesn't work. The call to the WCF service never makes it to the server. What is even more annoying is that it is intermittent - I spent a couple of hours looking into it, then it started working. It then worked for around 24 hours then stopped working again. This has been going on for a week now! I have now managed to look into the problem for the last 3 hours today (without success) and it is still not working. The site is deployed on 3 different servers - it works on 1 at the moment, but not on the other 2.
It's driving me insane because it seems to debug into Telerik client side code, then I geta bit lost at this point.
Anyone got any advice?
Just to clarify.... it works 100% of the time when running in the Visual Studio web server, and also works 100% of the time in Firefox. The problem is specifc to Internet Explorer and IIS.
Also... some things worth noting... It's making it into the OnDataBinding event on the client side, so it seems to be going through the motions, but never makes it to the server. Also, the site is running in https - don't know if this affects things?
Thanks
I have got a very strange problem.... I developed my page using RadGrid which data binds on the client side using a WCF service. All worked fine on my local dev box so I checked in my code. However, the next day the testers report that it's not working.
When I look into the problem, it turns out that when the site is running in Internet Explorer (v6-8) under IIS, the RadGrid data binding doesn't work. The call to the WCF service never makes it to the server. What is even more annoying is that it is intermittent - I spent a couple of hours looking into it, then it started working. It then worked for around 24 hours then stopped working again. This has been going on for a week now! I have now managed to look into the problem for the last 3 hours today (without success) and it is still not working. The site is deployed on 3 different servers - it works on 1 at the moment, but not on the other 2.
It's driving me insane because it seems to debug into Telerik client side code, then I geta bit lost at this point.
Anyone got any advice?
Just to clarify.... it works 100% of the time when running in the Visual Studio web server, and also works 100% of the time in Firefox. The problem is specifc to Internet Explorer and IIS.
Also... some things worth noting... It's making it into the OnDataBinding event on the client side, so it seems to be going through the motions, but never makes it to the server. Also, the site is running in https - don't know if this affects things?
Thanks