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

ASP.NET

 
GeneralRe: accessing textbox which is inside ascx file Pin
Dhyanga24-May-10 3:20
Dhyanga24-May-10 3:20 
GeneralRe: accessing textbox which is inside ascx file Pin
Dhyanga20-May-10 8:32
Dhyanga20-May-10 8:32 
GeneralRe: accessing textbox which is inside ascx file Pin
PunkIsNotDead20-May-10 18:32
PunkIsNotDead20-May-10 18:32 
GeneralRe: accessing textbox which is inside ascx file Pin
Dhyanga24-May-10 3:18
Dhyanga24-May-10 3:18 
QuestionProblem with webservice that runs threaded [modified] Pin
FarmerHE20-May-10 3:23
FarmerHE20-May-10 3:23 
AnswerRe: Problem with webservice that runs threaded Pin
Martin Jarvis20-May-10 6:03
Martin Jarvis20-May-10 6:03 
GeneralRe: Problem with webservice that runs threaded Pin
FarmerHE20-May-10 6:24
FarmerHE20-May-10 6:24 
GeneralRe: Problem with webservice that runs threaded Pin
Martin Jarvis20-May-10 6:31
Martin Jarvis20-May-10 6:31 
Yes there is, but you'll need to investigate the IIS configuration and ASP.Net settings yourself as I don't have time.

My experience with this type of thing is extending the request lifetime isn't the best way and is problematic and difficult to debug. As you know, the process just dies with no notification of which timeout barrier caused the problem.

I strongly suggest you look at another way to solve this, maybe many smaller requests? If this mechanism needs to reliable you may also want to look at some sort of queuing mechanic (MSMQ). WCF offers nice way's to handle both and it's well worth educating yourself in the technology.

GeneralRe: Problem with webservice that runs threaded Pin
FarmerHE20-May-10 6:41
FarmerHE20-May-10 6:41 
GeneralRe: Problem with webservice that runs threaded Pin
T M Gray20-May-10 9:36
T M Gray20-May-10 9:36 
GeneralRe: Problem with webservice that runs threaded Pin
FarmerHE20-May-10 10:48
FarmerHE20-May-10 10:48 
AnswerRe: Problem with webservice that runs threaded Pin
The Man from U.N.C.L.E.20-May-10 6:40
The Man from U.N.C.L.E.20-May-10 6:40 
GeneralRe: Problem with webservice that runs threaded Pin
FarmerHE20-May-10 6:52
FarmerHE20-May-10 6:52 
GeneralRe: Problem with webservice that runs threaded Pin
The Man from U.N.C.L.E.20-May-10 7:09
The Man from U.N.C.L.E.20-May-10 7:09 
GeneralRe: Problem with webservice that runs threaded Pin
FarmerHE20-May-10 7:19
FarmerHE20-May-10 7:19 
QuestionIE8 issue--URGENT PLZZZZ.... Pin
chetan_agarwal20-May-10 2:59
chetan_agarwal20-May-10 2:59 
AnswerRe: IE8 issue--URGENT PLZZZZ.... Pin
Yusuf20-May-10 3:05
Yusuf20-May-10 3:05 
GeneralRe: IE8 issue--URGENT PLZZZZ.... Pin
chetan_agarwal20-May-10 19:12
chetan_agarwal20-May-10 19:12 
GeneralRe: IE8 issue--URGENT PLZZZZ.... Pin
FarmerHE20-May-10 19:53
FarmerHE20-May-10 19:53 
GeneralRe: IE8 issue--URGENT PLZZZZ.... Pin
chetan_agarwal20-May-10 20:05
chetan_agarwal20-May-10 20:05 
AnswerRe: IE8 issue--URGENT PLZZZZ.... Pin
Not Active20-May-10 5:45
mentorNot Active20-May-10 5:45 
GeneralRe: IE8 issue--URGENT PLZZZZ.... Pin
Martin Jarvis20-May-10 6:04
Martin Jarvis20-May-10 6:04 
GeneralRe: IE8 issue--URGENT PLZZZZ.... Pin
Not Active20-May-10 7:06
mentorNot Active20-May-10 7:06 
AnswerRe: IE8 issue--URGENT PLZZZZ.... Pin
Martin Jarvis21-May-10 2:10
Martin Jarvis21-May-10 2:10 
QuestionError on the live Server Pin
yogesh_kumar_agarwal20-May-10 2:45
yogesh_kumar_agarwal20-May-10 2:45 

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.