Wednesday, September 24, 2008

submit big size file or request file problem.

in web.config file:
if set:
//20MB

then, when the submit request size more than 20MB (e.g. It will happen, when the request contains a big upload file) , the web browser will said : can't display that page. just change the:

//40MB

to fix this problem.

No comments: