P
Peter
hi,all:
I just made a simple web project that I want to insert 10000 rows data to
sqlserver one by one,it would take a long time to complete, during
inserting, i closed the web page that made the inserting,and looked up the
sqlserver event logger, but the inserting is still going, it took serveral
minutes to complete, but the rows inserted does not reach 10000.
i want to know How long the iis thread will live after you close the page?
is it session problem? if it is, and the session is valid , the rest of
rows will insert to db?
I just made a simple web project that I want to insert 10000 rows data to
sqlserver one by one,it would take a long time to complete, during
inserting, i closed the web page that made the inserting,and looked up the
sqlserver event logger, but the inserting is still going, it took serveral
minutes to complete, but the rows inserted does not reach 10000.
i want to know How long the iis thread will live after you close the page?
is it session problem? if it is, and the session is valid , the rest of
rows will insert to db?