• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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