Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.

I am having some problems with threading in ASP.NET Pages.
When I tell a Page.Load to start a new thread to perform a long task the new thread is alive for about 2-3 seconds and then it dies.

Can anyone think of a solutions for this issue?

Thanks.

Eli
Posted
Updated 29-Oct-10 0:11am
v2
Comments
Dalek Dave 29-Oct-10 6:11am    
Edited for Grammar and Readability.

1 solution

There may be a 100 reasons for this.., there may be that task has been completed which you assigned to the thread..

can you provide code so that we can help you...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900