BackgroundWorker Thread in IIS7 - FAIL!
Posted
by Darren Oster
on Stack Overflow
See other posts from Stack Overflow
or by Darren Oster
Published on 2009-04-01T11:24:04Z
Indexed on
2010/04/15
4:43 UTC
Read the original article
Hit count: 257
Just wondering if anyone has had any trouble using a BackgroundWorker Thread in a site running under IIS 7 in Integrated Pipeline mode?
I am trying to use such a beast to update the database schema (admin function, obviously), and it works perfectly in Cassini, but when I deploy to IIS 7, the thread gets about one line of code in and silently ends. Is there a way to tell why a thread ended?
Thanks in advance.
© Stack Overflow or respective owner