call a DLL from ASP without registering - hosting

G

gaschurman

I have a DLL (imagemagick) that I need to use in my site , but the web
hosting does not allow me to register the DLL.

is there any way to use that DLL refiring to the Path without
registering ?
or any other workaround ?

this is the actual code I use to invoke the dll in my local server, but
in the hosted server it won't work

set img = server.CreateObject("ImageMagickObject.MagickImage.1")

I will appreciate your help.
thanks

G.
 
A

Anthony Jones

I have a DLL (imagemagick) that I need to use in my site , but the web
hosting does not allow me to register the DLL.

is there any way to use that DLL refiring to the Path without
registering ?
Nope.

or any other workaround ?

Nope again. (Unless your site has admin rights to the machine. If that is
true change ISPs now!)
 
F

Firas

Try taking advantage from FSO, there could be a possible that there
security is low, which will help registering it there.


Best Regards
Firas S Assaad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top