Question |
Why can I create my COM object everywhere except in the ASP page I made it for? |
Answer |
ASP objects need to derive from IDispatch so they can access the properties of the web request object. Normal COM objects are derived from IUnknown. |
Last Modified: 18-OCT-00