S
Support
Currently our application is driven by ASP scripts and custom COM DLLs
written using VB 6.0.
The problem is our client wants to install the application on a shared
server which already has some other applications running. Currently none of
their applications are using any custom DLLs.
It seems they are not sure about our DLLs and are thinking that installing
any 3rd party DLLs might create some problems to the server. And hence they
are not ready to install our DLLs by any means i.e. neither by using COM+
Service (which we recommend) nor by manual registration using regsvr32.
Hence there is a need to make our application COM DLL less.
We can solve the problem in one of the 3 ways
a. Convert all our VB DLLs to classic ASP and performs changes to our
ASP scripts accordingly.
b. Port our application to .Net platform which our client supports.
c. We convince them on using something like COM+ and guarantee them
that it will not affect any of the current applications on the server.
written using VB 6.0.
The problem is our client wants to install the application on a shared
server which already has some other applications running. Currently none of
their applications are using any custom DLLs.
It seems they are not sure about our DLLs and are thinking that installing
any 3rd party DLLs might create some problems to the server. And hence they
are not ready to install our DLLs by any means i.e. neither by using COM+
Service (which we recommend) nor by manual registration using regsvr32.
Hence there is a need to make our application COM DLL less.
We can solve the problem in one of the 3 ways
a. Convert all our VB DLLs to classic ASP and performs changes to our
ASP scripts accordingly.
b. Port our application to .Net platform which our client supports.
c. We convince them on using something like COM+ and guarantee them
that it will not affect any of the current applications on the server.