Testing my ActiveX Dll???
I have created a DLL and I'm in the process of testing it. I want to call it from an ASP page. The Problem is when I make changes and recompile my DLL I get errors and have to reboot. Can anyone let me know of a good way to test my DLL or to remove it my machine and recreate it between test. Thanks
You do not need to compile
Many people think that you have to fully generate the ddl file and register it for testing.
Instead do the following:
start your VB and create the DLL.
Save it.
RUN your Dll and when prompted of what to do select the last option(Starrt Explorer) and in the text box associated with the option write the server URL for your testing file i.e. 127.0.0.1/testpage.asp
hope this will help..