I have created an ASP.net application which creates thread in infinite loop. And set maxWorkerThreads to 20 in processmodel in machine.config.
When i checked Thread count in perfmon there was around 7000 threads created in worker process.
Or how can we restrict thread creation in ASP.net with IIS6/7.