I have installed Windows 2000 advanced server recently. I have tried creating some ASP components by using the Components services. But later when I try to remove them from the Component Services, they only disappear from the Component Services but the physical dll is still in the folder and they do not seem to appear unless I reboot the system.
I find that to be very tedious.
I would like to ask if there is an easier way out. Can I know how to do it in details.
And another question,
If I have a project called "DDO", have compiled and added in the Component Services, and later on I have added another method in the project, and have to compile it again. Do I have to remove the previous component and then register the new one? They both have the same name. The problem is that if I remove it, it will affect the pages that are using this component.
Is there a better way? Can I have the details.
regsvr32 /u dllpath
to register you know how to do it
regsvr32 /r dllname