Click here to Skip to main content
15,922,015 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
I believe that your problem can be solved by setting a property in the web config. This is what my web config looks like for a site that has a file large upload and long time out for processing:
<!-- The httpRuntime mamRequestLength defaults to 4096 which allows users to upload files that are 4MB or smaller.  My site needs up to 5MB for uploading files, so this value needs to be set to 5120.  <br />
<br />
The executionTimeout is set to override the default, since some pages will take a much longer time to load.  (I believe this is measured in seconds)  -->    <br />
    <httpRuntime maxRequestLength="5120" executionTimeout="900"/>


Hope this helps.
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 
GeneralRe: Problem of modal dialog box Pin
Sandeep Akhare12-Feb-07 2:27
Sandeep Akhare12-Feb-07 2:27 
GeneralRe: Problem of modal dialog box Pin
MissionSuccess12-Feb-07 2:47
MissionSuccess12-Feb-07 2:47 
QuestionHow do i do this??? Pin
www.Developerof.NET12-Feb-07 1:33
www.Developerof.NET12-Feb-07 1:33 
AnswerRe: How do i do this??? Pin
varshavmane12-Feb-07 2:10
varshavmane12-Feb-07 2:10 
Questionasp.net 2.0 + c# Pin
ritu432112-Feb-07 1:16
ritu432112-Feb-07 1:16 
AnswerRe: asp.net 2.0 + c# Pin
Sandeep Akhare12-Feb-07 2:31
Sandeep Akhare12-Feb-07 2:31 
AnswerRe: asp.net 2.0 + c# Pin
Andrei_KS12-Feb-07 21:43
Andrei_KS12-Feb-07 21:43 
QuestionLast Accessed Date and Time. Pin
Logup12-Feb-07 1:12
Logup12-Feb-07 1:12 
AnswerRe: Last Accessed Date and Time. Pin
robert11012-Feb-07 6:26
robert11012-Feb-07 6:26 
QuestionExtending Role Provider in ASP .NET 2.0 Pin
Zlatibor12-Feb-07 0:22
Zlatibor12-Feb-07 0:22 
QuestionDisplaying a record per day Pin
Logup11-Feb-07 23:46
Logup11-Feb-07 23:46 
AnswerRe: Displaying a record per day Pin
Blue_Boy11-Feb-07 23:51
Blue_Boy11-Feb-07 23:51 
GeneralRe: Displaying a record per day Pin
Logup12-Feb-07 0:01
Logup12-Feb-07 0:01 
GeneralRe: Displaying a record per day Pin
Christian Graus12-Feb-07 0:03
protectorChristian Graus12-Feb-07 0:03 

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.