Click here to Skip to main content
15,890,670 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: business Benifits of migrating to ASP.NET 3.5 or .NET 3.5 ? Pin
Manas Bhardwaj2-Sep-08 21:09
professionalManas Bhardwaj2-Sep-08 21:09 
Questiondisplay pictures in repeater without postback Pin
helelark1232-Sep-08 20:31
helelark1232-Sep-08 20:31 
Questionproblem to get Private Key Pin
samrat.net2-Sep-08 19:32
samrat.net2-Sep-08 19:32 
Questionschedular last day of the month Pin
Member 38798812-Sep-08 19:19
Member 38798812-Sep-08 19:19 
AnswerRe: schedular last day of the month Pin
Palli Rummi2-Sep-08 19:30
Palli Rummi2-Sep-08 19:30 
AnswerRe: schedular last day of the month Pin
Ashfield2-Sep-08 21:04
Ashfield2-Sep-08 21:04 
QuestionWeb.HttpException: The transport lost its connection to the server Pin
HatakeKaKaShi2-Sep-08 18:27
HatakeKaKaShi2-Sep-08 18:27 
AnswerRe: Web.HttpException: The transport lost its connection to the server Pin
AhsanS2-Sep-08 18:52
AhsanS2-Sep-08 18:52 
Open Web.Config file of your solution and add the following in the System.web section of configuration section , like its added below

httpRuntime executionTimeout="90" maxRequestLength="4096" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100"

Increasing the execution timeout will solve your problem. Please note that it is in seconds.

Ahsan Ullah
Senior Software Engineer

GeneralRe: Web.HttpException: The transport lost its connection to the server Pin
HatakeKaKaShi2-Sep-08 19:02
HatakeKaKaShi2-Sep-08 19:02 
GeneralRe: Web.HttpException: The transport lost its connection to the server Pin
AhsanS2-Sep-08 19:06
AhsanS2-Sep-08 19:06 
GeneralRe: Web.HttpException: The transport lost its connection to the server Pin
HatakeKaKaShi2-Sep-08 19:11
HatakeKaKaShi2-Sep-08 19:11 
GeneralRe: Web.HttpException: The transport lost its connection to the server Pin
AhsanS2-Sep-08 19:12
AhsanS2-Sep-08 19:12 
GeneralRe: Web.HttpException: The transport lost its connection to the server Pin
HatakeKaKaShi2-Sep-08 19:18
HatakeKaKaShi2-Sep-08 19:18 
GeneralRe: Web.HttpException: The transport lost its connection to the server Pin
AhsanS2-Sep-08 19:32
AhsanS2-Sep-08 19:32 
GeneralRe: Web.HttpException: The transport lost its connection to the server Pin
HatakeKaKaShi2-Sep-08 19:40
HatakeKaKaShi2-Sep-08 19:40 
GeneralRe: Web.HttpException: The transport lost its connection to the server Pin
AhsanS2-Sep-08 20:26
AhsanS2-Sep-08 20:26 
GeneralRe: Web.HttpException: The transport lost its connection to the server Pin
HatakeKaKaShi2-Sep-08 20:30
HatakeKaKaShi2-Sep-08 20:30 
GeneralRe: Web.HttpException: The transport lost its connection to the server Pin
AhsanS2-Sep-08 20:41
AhsanS2-Sep-08 20:41 
GeneralRe: Web.HttpException: The transport lost its connection to the server Pin
HatakeKaKaShi2-Sep-08 21:08
HatakeKaKaShi2-Sep-08 21:08 
GeneralRe: Web.HttpException: The transport lost its connection to the server Pin
AhsanS2-Sep-08 21:14
AhsanS2-Sep-08 21:14 
QuestionCreate asp page that save word document into the web page Pin
molivia2-Sep-08 16:11
molivia2-Sep-08 16:11 
AnswerRe: Create asp page that save word document into the web page Pin
Gamzun2-Sep-08 16:54
Gamzun2-Sep-08 16:54 
GeneralRe: Create asp page that save word document into the web page Pin
molivia2-Sep-08 17:02
molivia2-Sep-08 17:02 
GeneralRe: Create asp page that save word document into the web page Pin
Gamzun2-Sep-08 18:20
Gamzun2-Sep-08 18:20 
GeneralRe: Create asp page that save word document into the web page Pin
molivia2-Sep-08 18:40
molivia2-Sep-08 18:40 

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.