Click here to Skip to main content
15,893,161 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionpick and show starting text in asp.net from database Pin
dream_liner_7e715-Aug-08 3:32
dream_liner_7e715-Aug-08 3:32 
AnswerRe: pick and show starting text in asp.net from database Pin
eyeseetee15-Aug-08 3:35
eyeseetee15-Aug-08 3:35 
AnswerRe: pick and show starting text in asp.net from database Pin
Rutvik Dave15-Aug-08 4:18
professionalRutvik Dave15-Aug-08 4:18 
QuestionSystem.InvalidOperationException : Please help Pin
AprNgp15-Aug-08 2:36
AprNgp15-Aug-08 2:36 
AnswerRe: System.InvalidOperationException : Please help Pin
Rutvik Dave15-Aug-08 4:27
professionalRutvik Dave15-Aug-08 4:27 
GeneralRe: System.InvalidOperationException : Please help Pin
AprNgp15-Aug-08 5:35
AprNgp15-Aug-08 5:35 
GeneralRe: System.InvalidOperationException : Please help Pin
AprNgp15-Aug-08 7:44
AprNgp15-Aug-08 7:44 
Question'The underlying connection was closed: The connection was closed unexpectedly.' Error Pin
pubududilena15-Aug-08 1:15
pubududilena15-Aug-08 1:15 
Hi All,

I am developing a WebApplication using ASP.NET and C#.

there is a exception occurs when i call for a XmlWeb Service --Web Method.

This is the code.

try{

DataXML service=new DataXML();
service.Timeout = 10 * 60 * 1000;

object[] results = service.GetProductionData();


}catch(Exception ex)
{
str=ex.Message;
}

Here we have to wait around 100 seconds to get the response. But before that there is exception occurs and the error message says
'The underlying connection was closed: The connection was closed unexpectedly

So the client side returns a exception before results come. why is that??
can any one help on this?

Thanks in advance..
AnswerRe: 'The underlying connection was closed: The connection was closed unexpectedly.' Error Pin
AhsanS15-Aug-08 1:18
AhsanS15-Aug-08 1:18 
GeneralRe: 'The underlying connection was closed: The connection was closed unexpectedly.' Error Pin
pubududilena15-Aug-08 1:31
pubududilena15-Aug-08 1:31 
GeneralRe: 'The underlying connection was closed: The connection was closed unexpectedly.' Error Pin
AhsanS15-Aug-08 1:44
AhsanS15-Aug-08 1:44 
Questionusing javascript frameworks with Asp.Net Pin
Boro_Bob15-Aug-08 1:08
Boro_Bob15-Aug-08 1:08 
AnswerRe: using javascript frameworks with Asp.Net Pin
RichardGrimmer15-Aug-08 4:39
RichardGrimmer15-Aug-08 4:39 
QuestionUsing "aspnet_regiis.exe -ga" on the basis of SID instead of "user name" Pin
Mushtaque Nizamani15-Aug-08 0:19
Mushtaque Nizamani15-Aug-08 0:19 
QuestionSSL Pin
mehrdadc4815-Aug-08 0:12
mehrdadc4815-Aug-08 0:12 
AnswerRe: SSL Pin
Manas Bhardwaj15-Aug-08 0:18
professionalManas Bhardwaj15-Aug-08 0:18 
GeneralRe: SSL Pin
mehrdadc4815-Aug-08 0:25
mehrdadc4815-Aug-08 0:25 
GeneralRe: SSL Pin
AhsanS15-Aug-08 0:37
AhsanS15-Aug-08 0:37 
GeneralRe: SSL Pin
eyeseetee15-Aug-08 0:41
eyeseetee15-Aug-08 0:41 
AnswerRe: SSL Pin
N a v a n e e t h15-Aug-08 6:11
N a v a n e e t h15-Aug-08 6:11 
AnswerRe: SSL Pin
JimmyRopes16-Aug-08 7:40
professionalJimmyRopes16-Aug-08 7:40 
QuestionDifficulty Using ObjectDataSource Pin
mrkeivan14-Aug-08 23:56
mrkeivan14-Aug-08 23:56 
AnswerRe: Difficulty Using ObjectDataSource Pin
AhsanS15-Aug-08 0:01
AhsanS15-Aug-08 0:01 
GeneralRe: Difficulty Using ObjectDataSource Pin
mrkeivan15-Aug-08 0:40
mrkeivan15-Aug-08 0:40 
Questionselect part of a string Pin
eyeseetee14-Aug-08 23:14
eyeseetee14-Aug-08 23:14 

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.