Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: i need a code for user login time Pin
enjoycrack12-Feb-07 15:27
enjoycrack12-Feb-07 15:27 
QuestionDownloading file not working Pin
Program.X12-Feb-07 9:05
Program.X12-Feb-07 9:05 
AnswerRe: Downloading file not working Pin
Jon Sagara12-Feb-07 10:21
Jon Sagara12-Feb-07 10:21 
QuestionInstantiation Pin
Civic0612-Feb-07 8:19
Civic0612-Feb-07 8:19 
QuestionWhat does "Clean Solution" do? Pin
robert11012-Feb-07 6:05
robert11012-Feb-07 6:05 
AnswerRe: What does "Clean Solution" do? Pin
Ed.Poore12-Feb-07 8:42
Ed.Poore12-Feb-07 8:42 
QuestionMaximum Attachment Size Pin
happyheartcs12-Feb-07 5:39
happyheartcs12-Feb-07 5:39 
AnswerRe: Maximum Attachment Size Pin
robert11012-Feb-07 6:17
robert11012-Feb-07 6:17 
Not sure if you are trying to attach the file from a web interface or if the file is located on the server.

If you are having the user upload the file as attachment then you might have to override the httpRuntime's maxRequestLength value in the web.config file.

By default ASP.NET only allows files with size 4MB [4096 KB] or less to be uploaded but you can change it like this:
<httpRuntime maxRequestLength="8192" />

GeneralRe: Maximum Attachment Size Pin
happyheartcs12-Feb-07 8:27
happyheartcs12-Feb-07 8:27 
GeneralRe: Maximum Attachment Size Pin
robert11012-Feb-07 8:46
robert11012-Feb-07 8:46 
GeneralRe: Maximum Attachment Size Pin
happyheartcs12-Feb-07 22:30
happyheartcs12-Feb-07 22:30 
GeneralRe: Maximum Attachment Size Pin
robert11013-Feb-07 2:54
robert11013-Feb-07 2:54 
GeneralRe: Maximum Attachment Size Pin
happyheartcs13-Feb-07 2:58
happyheartcs13-Feb-07 2:58 
GeneralRe: Maximum Attachment Size Pin
robert11013-Feb-07 3:00
robert11013-Feb-07 3:00 
QuestionWeb services Pin
LCI12-Feb-07 3:56
LCI12-Feb-07 3:56 
AnswerRe: Web services Pin
ednrgc12-Feb-07 5:07
ednrgc12-Feb-07 5:07 
QuestionHow to enable SSL of the PasswordRecovery Control, VS2005 Pin
sync_austin12-Feb-07 3:54
sync_austin12-Feb-07 3:54 
Questionpage load Pin
Gavaskar A12-Feb-07 2:52
Gavaskar A12-Feb-07 2:52 
AnswerRe: page load Pin
Paddy Boyd12-Feb-07 3:12
Paddy Boyd12-Feb-07 3:12 
GeneralRe: page load Pin
Gavaskar A12-Feb-07 18:41
Gavaskar A12-Feb-07 18:41 
Questionproblem with time out Pin
horus-aka12-Feb-07 2:00
horus-aka12-Feb-07 2:00 
AnswerRe: problem with time out Pin
Kschuler12-Feb-07 8:58
Kschuler12-Feb-07 8:58 
QuestionProblem of modal dialog box Pin
MissionSuccess12-Feb-07 1:41
MissionSuccess12-Feb-07 1:41 
AnswerRe: Problem of modal dialog box Pin
Sandeep Akhare12-Feb-07 2:05
Sandeep Akhare12-Feb-07 2:05 
GeneralRe: Problem of modal dialog box [modified] Pin
MissionSuccess12-Feb-07 2:20
MissionSuccess12-Feb-07 2:20 

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.