.net - can a webservice encapsulate an assembly or a shared object on each call? -


we haven asmx web service, made in visual studio, implanted in iis server.

the case webservice's project in solution project (library class project), , of functions of webservice use reference project. library class project has shared object used internally. mean; webservice function -> library class function -> shared object.

the issue shared object is, obviously, shared among webservice calls... need, if that's possible, each time webservice function called, whole library class assembly has own context within call. i'm experience undesired behaviour concurrent calls because using, of course, same instance of shared object. there way configure assembly, project or iis achieve this?

thank much!


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -