What are you trying to do with threads under asp.net? If you simply want to run server side code in multiple threads then you can either use threads directly or alternatively look at async pages http://msdn.microsoft.com/msdnmag/issues/03/06/Threading/ is most definately worth a read in that respect.
If you mean something else then let us know what you are after in a bit more detail and well see what we can do.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.