Click here to Skip to main content
15,896,201 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: which database extension file (sdb) Pin
Karan_TN27-May-08 23:24
Karan_TN27-May-08 23:24 
QuestionCounting within a variable??? Pin
Karan_TN27-May-08 22:31
Karan_TN27-May-08 22:31 
AnswerRe: Counting within a variable??? Pin
Christian Graus27-May-08 23:57
protectorChristian Graus27-May-08 23:57 
Questioncurrent gridview page rows Pin
Pankaj Garg27-May-08 21:35
Pankaj Garg27-May-08 21:35 
AnswerRe: current gridview page rows Pin
eyeseetee27-May-08 21:50
eyeseetee27-May-08 21:50 
GeneralRe: current gridview page rows Pin
Pankaj Garg27-May-08 21:57
Pankaj Garg27-May-08 21:57 
QuestionFile Upload Problem - "The Connection was Reset" message when the user's trying to upload a bigger size file Pin
epp112327-May-08 21:25
epp112327-May-08 21:25 
AnswerRe: File Upload Problem - "The Connection was Reset" message when the user's trying to upload a bigger size file Pin
Sandeep Akhare27-May-08 21:45
Sandeep Akhare27-May-08 21:45 
Yes you need to have following element in Web.config
have added this in web.config ?
if not add it and check
<system.web> <httpRuntime executionTimeout="240" maxRequestLength="20480" /></system.web>

maxRequestLength: Specifies the limit for the input stream buffering threshold, in KB. This limit can be used to prevent denial of service attacks that are caused, for example, by users posting large files to the server. The default is 4096 (4 MB).

executionTimeout:
Specifies the maximum number of seconds that a request is allowed to execute before being automatically shut down by ASP.NET.
This time-out applies only if the debug attribute in the compilation element is False. To help to prevent shutting down the application while you are debugging, do not set this time-out to a large value.
Note
In the .NET Framework versions 1.0 and 1.1, the default is 90.
The default is "00:01:50" (110 seconds).

Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




AnswerRe: File Upload Problem - "The Connection was Reset" message when the user's trying to upload a bigger size file Pin
Resolver27-May-08 23:00
Resolver27-May-08 23:00 
AnswerRe: File Upload Problem - "The Connection was Reset" message when the user's trying to upload a bigger size file Pin
Vasudevan Deepak Kumar28-May-08 2:34
Vasudevan Deepak Kumar28-May-08 2:34 
QuestionNot Repeated Rows Pin
Mr. Wonderful27-May-08 21:24
Mr. Wonderful27-May-08 21:24 
AnswerRe: Not Repeated Rows Pin
eyeseetee27-May-08 21:47
eyeseetee27-May-08 21:47 
AnswerRe: Not Repeated Rows Pin
Christian Graus27-May-08 23:58
protectorChristian Graus27-May-08 23:58 
QuestionAdding 4 columns in GridView with different Controls Pin
Samiullah27-May-08 21:02
Samiullah27-May-08 21:02 
AnswerRe: Adding 4 columns in GridView with different Controls Pin
eyeseetee27-May-08 21:45
eyeseetee27-May-08 21:45 
GeneralRe: Adding 4 columns in GridView with different Controls Pin
Samiullah27-May-08 21:59
Samiullah27-May-08 21:59 
GeneralRe: Adding 4 columns in GridView with different Controls Pin
eyeseetee27-May-08 22:21
eyeseetee27-May-08 22:21 
Questionhelp me inserting in database the arabic characters Pin
Mogaambo27-May-08 20:58
Mogaambo27-May-08 20:58 
AnswerRe: help me inserting in database the arabic characters Pin
Kannan.Coder27-May-08 23:28
Kannan.Coder27-May-08 23:28 
GeneralRe: help me inserting in database the arabic characters Pin
Mogaambo27-May-08 23:47
Mogaambo27-May-08 23:47 
Questioncalling webmethods from proxy of a webservice problem Pin
madhavi.kona27-May-08 20:40
madhavi.kona27-May-08 20:40 
AnswerRe: calling webmethods from proxy of a webservice problem Pin
Resolver27-May-08 21:27
Resolver27-May-08 21:27 
GeneralRe: calling webmethods from proxy of a webservice problem Pin
madhavi.kona29-May-08 3:53
madhavi.kona29-May-08 3:53 
QuestionHow to write code for Live Chat with Popup Intimation in Asp.Net2.0? Pin
S R Madhavan27-May-08 20:30
S R Madhavan27-May-08 20:30 
AnswerRe: How to write code for Live Chat with Popup Intimation in Asp.Net2.0? Pin
Sandeep Akhare27-May-08 20:34
Sandeep Akhare27-May-08 20:34 

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.