I have an ASP.NET application and I want to use a VB6 component. I know that I have to use the ASPCOMPAT tag. Is there anything that needs to be done to the VB6 code to make it thread safe?
I have run some tests and it seems to work perfectly, however I have read comments on here about developers that have run into problems, but the comments are not elaborated. Is there anything that needs to be done to the VB6 code to ensure that it is thread safe? It seems too straightforward. Also I have placed the ASPCONFIG tag on one page only - the page that uses the COM component.
I have imported the component in Visual Studio using the tlbimport tool, which places a .NETwrapper around the COM object.