Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 4 > ASP.NET 4 General Discussion
|
ASP.NET 4 General Discussion For ASP.NET 4 discussions not relating to a specific Wrox book
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 4 General Discussion section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 9th, 2011, 04:56 AM
Registered User
 
Join Date: Aug 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Question How to upload 15gb data using asp.net

I want to upload data upto 15 GB using Asp.Net , it works perfectly for 2 GB. I'm using VS 2005 framework 2.0 I think its maxRequestLength is 2gb can we increase its length.
Please give me any solution I want to send data upto 15 gb.


I increased the max length in web.config file
like for upto 2 GB


<httpruntime>
executionTimeout="110"
maxRequestLength="2097151"
useFullyQualifiedRedirectUrl="false"
minFreeThreads="8"
minLocalRequestFreeThreads="4"
appRequestQueueLimit="100"
enableVersionHeader="true"/></httpruntime>


It works perfectly upto 2 GB up ....not working for more than 2 gb .
I want to upload data upto 15 GB.
 
Old August 9th, 2011, 04:57 AM
Registered User
 
Join Date: Aug 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

can v do it peer to peer ? if yes how?





Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET Videos Upload and Play maruthipuligandla ASP.NET 3.5 Professionals 0 August 19th, 2009 10:42 PM
upload in asp.net keyvanjan ASP.NET 1.0 and 1.1 Basics 3 September 6th, 2006 01:26 PM
life upload asp.net Patrick19 VB.NET 0 April 14th, 2005 07:21 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.