I have a VB6 dll and a classic ASP pplication calling functions (7000+ lines) in the dll
I upgraded to windows 8, and everything is running smoothly after some reinstalling. The vb6 IDE loads as before and i seem to be able to set breakpoints, but they are never hit because when i call an ASP page in the browser (I tried several) and this calls a function in the dll, a new instance of the dll is loaded outside the IDE.
The question is, how can I prevent that and make sure the IDE loaded instance is the one the browser uses when accessing the dll ?