Have a strange one.
Using the telerik grid. When we click on another page number the results refresh correctly. But when we try to edit a item, the item that opens up is the item on page 1 in the same location. Also if we click next page it always goes to page 2.
If we disable viewstate for the control it works fine also. Also another weird thing is when the item opens a 404 file not found response(seen in fiddler) for a png file (called by webresource.axd) but the item opens fine even though its the wrong tiem. The file is there and can be browsed directly in IIS.
The issue ony occurs on 2 load balanced servers. Testing done has been directly to one server bypassing the load balancer. It works fine on other Windows 2008 R2 servers so don't think it's a issue with the code.
Is there any IIS configuration or applications that might cause this issue? Any ideas?
Thanks!!
Using the telerik grid. When we click on another page number the results refresh correctly. But when we try to edit a item, the item that opens up is the item on page 1 in the same location. Also if we click next page it always goes to page 2.
If we disable viewstate for the control it works fine also. Also another weird thing is when the item opens a 404 file not found response(seen in fiddler) for a png file (called by webresource.axd) but the item opens fine even though its the wrong tiem. The file is there and can be browsed directly in IIS.
The issue ony occurs on 2 load balanced servers. Testing done has been directly to one server bypassing the load balancer. It works fine on other Windows 2008 R2 servers so don't think it's a issue with the code.
Is there any IIS configuration or applications that might cause this issue? Any ideas?
Thanks!!