• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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