T
tyler.lloyd
I have an ASP.NET web page that references a COM+ object. That COM+
object is written in VB.NET. That code contains many calls using
System.DirectoryServices. I'm running into some very strange errors
when the website is under load and have been reading that
DirectoryServices might not be thread safe? If its not what would be
the best way to safely achieve the above. I'm a little unsure of
using thread locking with a COM in this way (should it be on the
ASP.NET side or in the COM itself?), if anyone could give me some
guidance it would be much appreciated.
Thanks
Tyler
object is written in VB.NET. That code contains many calls using
System.DirectoryServices. I'm running into some very strange errors
when the website is under load and have been reading that
DirectoryServices might not be thread safe? If its not what would be
the best way to safely achieve the above. I'm a little unsure of
using thread locking with a COM in this way (should it be on the
ASP.NET side or in the COM itself?), if anyone could give me some
guidance it would be much appreciated.
Thanks
Tyler