Hi
I am calling one
vb activex component(dll) from my asp page.after using the component i am setting nothing the component .but still i can see the process i mean dll in the task manager .How to terminate it from my asp page.pl advice me.
my code something like this
Set obj= server.CreateObject("proj.cls")
obj.function "test","1234"
set obj=nothing