Click here to Skip to main content
15,902,938 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: From DataTable to GridView ? Pin
Christian Graus21-Dec-06 9:02
protectorChristian Graus21-Dec-06 9:02 
GeneralRe: From DataTable to GridView ? Pin
aspnu21-Dec-06 23:22
aspnu21-Dec-06 23:22 
QuestionPasswordRecovery control Pin
kss11321-Dec-06 2:50
kss11321-Dec-06 2:50 
AnswerRe: PasswordRecovery control Pin
MoustafaS21-Dec-06 4:43
MoustafaS21-Dec-06 4:43 
GeneralRe: PasswordRecovery control Pin
kss11321-Dec-06 4:50
kss11321-Dec-06 4:50 
GeneralRe: PasswordRecovery control Pin
MoustafaS21-Dec-06 5:01
MoustafaS21-Dec-06 5:01 
QuestionASP.NET File Upload Pin
sdaniel_cst21-Dec-06 2:09
sdaniel_cst21-Dec-06 2:09 
AnswerRe: ASP.NET File Upload Pin
Pete O'Hanlon21-Dec-06 2:15
mvePete O'Hanlon21-Dec-06 2:15 
The maximum file size is controlled via config file. The maximum size for .NET1/1.1 is 1GB. For .NET2 it is 2GB. By default, the size is 4096K (4MB). To change the size, you specify the following:

<httpRuntime maxRequestLength="value in K" executionTimeout="3600" />

It is not a good idea to let this value get too big because ASP.NET loads the item into memory as it is uploading, so large values quite often result in Out of Memory exceptions.


the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer

Deja View - the feeling that you've seen this post before.

GeneralRe: ASP.NET File Upload Pin
sdaniel_cst21-Dec-06 2:19
sdaniel_cst21-Dec-06 2:19 
QuestionIssue related to uploading of large files or large running process. Pin
lokeshgupta1321-Dec-06 2:01
lokeshgupta1321-Dec-06 2:01 
AnswerRe: Issue related to uploading of large files or large running process. Pin
Guffa21-Dec-06 2:58
Guffa21-Dec-06 2:58 
GeneralRe: Issue related to uploading of large files or large running process. Pin
lokeshgupta1321-Dec-06 19:21
lokeshgupta1321-Dec-06 19:21 
GeneralRe: Issue related to uploading of large files or large running process. Pin
Guffa21-Dec-06 21:15
Guffa21-Dec-06 21:15 
GeneralRe: Issue related to uploading of large files or large running process. Pin
lokeshgupta1322-Dec-06 19:40
lokeshgupta1322-Dec-06 19:40 
GeneralRe: Issue related to uploading of large files or large running process. Pin
Guffa22-Dec-06 19:45
Guffa22-Dec-06 19:45 
GeneralRe: Issue related to uploading of large files or large running process. Pin
lokeshgupta1322-Dec-06 20:56
lokeshgupta1322-Dec-06 20:56 
Questionnot able to write to file in asp.net. Pin
rama charan21-Dec-06 2:00
rama charan21-Dec-06 2:00 
AnswerRe: not able to write to file in asp.net. Pin
Pete O'Hanlon21-Dec-06 2:08
mvePete O'Hanlon21-Dec-06 2:08 
GeneralRe: not able to write to file in asp.net. Pin
Colin Angus Mackay21-Dec-06 2:21
Colin Angus Mackay21-Dec-06 2:21 
GeneralRe: not able to write to file in asp.net. Pin
rama charan21-Dec-06 2:24
rama charan21-Dec-06 2:24 
GeneralRe: not able to write to file in asp.net. Pin
Pete O'Hanlon21-Dec-06 2:29
mvePete O'Hanlon21-Dec-06 2:29 
GeneralRe: not able to write to file in asp.net. Pin
rama charan21-Dec-06 6:48
rama charan21-Dec-06 6:48 
QuestionT-SQL transaction vs ADO.NET transactions Pin
Dinuraj21-Dec-06 1:28
Dinuraj21-Dec-06 1:28 
AnswerRe: T-SQL transaction vs ADO.NET transactions Pin
Pete O'Hanlon21-Dec-06 2:06
mvePete O'Hanlon21-Dec-06 2:06 
Questionhow to encrypt password in web.config? Pin
samerh21-Dec-06 1:23
samerh21-Dec-06 1:23 

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.