I have problem with uploading files larger than 6-7 mb with DevExpress aspxFileUpload control when I change debug from true to false in my web.config compilation section.
I also set maxRequestLength="51200" in httpRuntime section.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could try the following solutions to see if it corrects your problem:
Method 1:
Increase the connection time-out setting
To increase the connection time-out setting, follow these steps.
Note By default, the IIS connection time-out setting is 120 seconds.
1.Click Start, point to All Programs, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
2.Right-click the virtual server that you want to configure, and then click Properties.
3.Click the Web Site tab.
4.Under Connections, type the number of seconds that you want in the Connection time-out box, and then click OK.
Method 2:
Add the executionTimeout value
1.Open the Web.config file in Notepad.
2.Add the executionTimeout value that you want. For example, replace the value as follows.