I have developed a component and registered it on a client machine, it is working fine on the machine where it is properly registere. If a client machine without having that component registered on it, it return an error ActiveX component cant create object. What I need to do is that I want that client machine that do not have a component registered on it should not see the error message and instead i want my application to redirect it to some simple html page without showing any error to a client.
I am using VB 6.0 and IIS server in Window2000 Professional envoirment. I want to redirect a client machine to a different web page if it does not have a dll component re
gistered on it.