DLL's in .Net

C

Camilo Silva

We have in our company a Web Solution with a lot of DLL's,
this solution had worked fine with ASP pages. Now we are
migrating for ASP.Net and the behavior of DLL's changed.
It happen that .Net has a threadpool, and when a new
request for pages are made it try to find an old thread,
and so, it recover old information not desired. We think
that solution must be disabel the .Net thread pool, but we
aren't sure about it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top