• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Installing a custom DLL

B

Bobbo

Guest
Hi,

I'm on windows 2003 with Plesk 8.4 and I need to add an eCommerce DLL for one of my domains. Does someone knows a tutorial for this kind of install ? I'm new to all this so any help is appreciated.


Thanks
 
use regsvr32 if you just need to register a DLL - like for classic asp or something

regsvr32.exe c:\Path\to\file.dll

If its for .net you should just be able to add it to the reference list of the project and make sure its in the bin of the published site (with appropriate permissiosn set) - its not likely you would need it in the GAC
 
How to Register / Copy Custom 3rd. Part DLL file.

Hello,

I need to install / copy 3rd. party DLL file for eCom application,
How this can be made workable on Plesk Server Windows without copying it on c:/windows/system32/
for a specific domain.
Using FTP or web browser?
or any way around?

Regards!
 
Back
Top