Ask a Question related to ASP.NET General, Design and Development.
-
Camilo Silva #1
DLL's in .Net
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.
Camilo Silva Guest
-
calling other dll's from extension
Hello, i'm currently in the process of creating a source control extension. The source control server comes with a set of .net DLL's already created... -
ASP dll's
Could someone tell me what DLL's are used in IIS that pertain to an ASP website application? And where can I find info on these (book, pdf, faq) so... -
What's the latest version of FDF dll's?
My installed version is: 1, 0, 0, 1.. Is this real old? -
packaging .dll's
Good afternoon I used 8.0 and just upgraded to MX. I am still confused about putting the .dll's in the xtras folder. We have done about 8... -
Locate DLL's in an other Directory than Bin
Jerry, I believe you are trying to change the unique way Microsoft has designed for this to work. You can move all your project folders to a... -
joe #2
Re: DLL's in .Net
Is there a question here somewhere?
"Camilo Silva" <camilo@rm.com.br> wrote in message
news:01b801c344ba$d0fb6cd0$a501280a@phx.gbl...> 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.
joe Guest



Reply With Quote

