Hi. How do I ensure that the classes in my App_Code folder are thread-safe? I understand that an ASP.NET application can share properties/methods amoung all the instances of the pages/sessions but I want to protect my class(es) against this so that within my function/code the class data will not be modified by another user/session.
Also, my classes are derived of a bse class using "Inherits" - is this a factor? Any input appreciated. Ben =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com