Skip to main content

Posts

Showing posts from March, 2010

Increase upload file size in asp.net

If you want to upload a file of size more than 4 mb(default in asp.net), Follow these steps, Open web.config, Look out for tag and add these lines, You can change the execution timeout and maxrequestlength values depending on the need or your wish. The below example will upload 2 gb of data and the timeout is 10 minutes