Hi
Actually this error not solve by your above operation. Because of this error related with AJAX. that means you need do like this way. i hope you are using AJAX, so you need set the post back timeout in your ScriptManager., like followings,.
<asp:ScriptManager ID="ScriptManager1" runat="server"
AsyncPostBackTimeOut="600" >
</asp:ScriptManager>
AsyncPostBackTimeOut default timeout is 90 seconds. now try and see it will work fine and great.
Thank you
http://www.codegain.com