Click here to Skip to main content
15,917,793 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: what I need for .net 3.0 Pin
Scott Dorman2-Oct-07 16:43
professionalScott Dorman2-Oct-07 16:43 
GeneralRe: what I need for .net 3.0 Pin
Pete O'Hanlon3-Oct-07 9:46
mvePete O'Hanlon3-Oct-07 9:46 
GeneralRe: what I need for .net 3.0 Pin
Scott Dorman3-Oct-07 11:43
professionalScott Dorman3-Oct-07 11:43 
GeneralRe: what I need for .net 3.0 Pin
Pete O'Hanlon4-Oct-07 2:01
mvePete O'Hanlon4-Oct-07 2:01 
GeneralRe: what I need for .net 3.0 Pin
Scott Dorman4-Oct-07 11:21
professionalScott Dorman4-Oct-07 11:21 
AnswerRe: what I need for .net 3.0 Pin
Dave Kreskowiak2-Oct-07 8:19
mveDave Kreskowiak2-Oct-07 8:19 
QuestionHow to avoid having an error page when uploading a file with more than 4Mb size Pin
bucheron0071-Oct-07 21:43
bucheron0071-Oct-07 21:43 
AnswerRe: How to avoid having an error page when uploading a file with more than 4Mb size [modified] Pin
kubben2-Oct-07 3:04
kubben2-Oct-07 3:04 
The actual limit is 3mb which is why you are getting the error. There are two web.config settings you need to worry about:
<httpRuntime executionTimeout="300" maxRequestLength="15360"/>

The maxRequestLength in this example has been set to 15mb. The other setting you need to be worried about is the executionTimeout which is this example is set to 300 seconds which is 5 minutes. If these two setting are set correctly you should have no issues upload files to your system.

Hope that helps.
Ben


-- modified at 15:06 Tuesday 2nd October, 2007
GeneralRe: How to avoid having an error page when uploading a file with more than 4Mb size Pin
Dave Kreskowiak2-Oct-07 8:21
mveDave Kreskowiak2-Oct-07 8:21 
GeneralRe: How to avoid having an error page when uploading a file with more than 4Mb size Pin
kubben2-Oct-07 9:07
kubben2-Oct-07 9:07 
QuestionHow to reeduce noise in audio files using C# or VB Pin
B.Padma1-Oct-07 18:50
B.Padma1-Oct-07 18:50 
AnswerRe: How to reeduce noise in audio files using C# or VB Pin
cignox12-Oct-07 2:11
cignox12-Oct-07 2:11 
QuestionUsing shell? Pin
Krecik_PL1-Oct-07 6:11
Krecik_PL1-Oct-07 6:11 
AnswerRe: Using shell? Pin
Brady Kelly1-Oct-07 6:22
Brady Kelly1-Oct-07 6:22 
AnswerRe: Using shell? Pin
led mike1-Oct-07 6:33
led mike1-Oct-07 6:33 
QuestionXML Serialization problem Pin
cholo101-Oct-07 2:33
cholo101-Oct-07 2:33 
AnswerRe: XML Serialization problem [modified] Pin
TJoe1-Oct-07 3:51
TJoe1-Oct-07 3:51 
GeneralRe: XML Serialization problem Pin
cholo101-Oct-07 4:18
cholo101-Oct-07 4:18 
GeneralRe: XML Serialization problem Pin
TJoe1-Oct-07 4:22
TJoe1-Oct-07 4:22 
GeneralRe: XML Serialization problem Pin
TJoe1-Oct-07 6:00
TJoe1-Oct-07 6:00 
GeneralRe: XML Serialization problem Pin
cholo101-Oct-07 6:07
cholo101-Oct-07 6:07 
AnswerRe: XML Serialization problem [modified] Pin
TJoe1-Oct-07 12:53
TJoe1-Oct-07 12:53 
GeneralRe: XML Serialization problem Pin
cholo101-Oct-07 23:03
cholo101-Oct-07 23:03 
QuestionMsmqIntegrationBinding, poison messages and redundant calls Pin
danidanidani29-Sep-07 13:46
danidanidani29-Sep-07 13:46 
QuestionData Structures in Framework 3.0 Pin
Blumen27-Sep-07 22:58
Blumen27-Sep-07 22:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.