I am trying to use a VB6 DLL from ASP in IIS7. I create an application pool to run it, enabling the 32-bit applications. When I do this, it fails returning HTTP 503 error, service unavailable and stops the application pool. Even if I remove the references to the DLL and put in a simple test page that...