problem declaring

  • Thread starter Thread starter barry
  • Start date Start date
B

barry

I have created a secondary thread in a asp.net program and I note that the
server.mappath resolves in the webforms on_load but when I try to resolve it
in the threads class method it does not understand the declared word server.

Thanks for any help in understanding this
 
Barry,

Can you explain this more, because extra threads in an asp.net application
have in my opinion not that much sense. Do not forget that there can be
using more clients your application in one time, threading is not always a
way for speading up it can decrease the throughput as well.

Cor
 

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

Back
Top