.net - Can big ViewState content result a HTTP Error 504 - Gateway timeout? -
i have 1 asp.net page seems return big content (5,648,733 bytes ,
mostly consumed viewstate) ending 504 gateway timeout error. tracking http
request/response using fiddler.
and basically, when post-back same page -by clicking button- post-back fails thoose errors shown in ie , in ff:
internet explorer cannot display webpage --> in ie
the connection server reset while page loading. --> in ff
question: can because of big size injected in viewstate; , if yes, main reason loads page cannot post page after?
i wonder if hitting maxrequestlength of application; default 4mb.
Comments
Post a Comment