[Message Deleted]
-
[Message Deleted]
-
[Message Deleted]
Mention how many KB data you want to transfer(Max data upload limit) in section in web.config file. The default is 4096KB. .... Depending upon the size of amount of data transfer you may need to change/adjust the timeout also. Arindam,
-
Mention how many KB data you want to transfer(Max data upload limit) in section in web.config file. The default is 4096KB. .... Depending upon the size of amount of data transfer you may need to change/adjust the timeout also. Arindam,
Chnage in httpRuntime section of web config file ... metion number of KB needed. like this .. httpRuntime maxRequestLength="10000" .... if you write above means you want maximun 10000 KB data to be transfered. Assume that angle bracket are there as per the structure of web config file. NB: By default the maximum data that can be transffered is 4096 KB that means it looks like httpRuntime maxRequestLength="4096" Arindam