• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue ASP Upload not working anymore after update to Onyx

Dan Hero

New Pleskian
Our server is running aspupload and asppdf. We updated Plesk from an old version to Onyx, and the two DLL were not working anymore. I adjusted the permession for asppdf, setting full control to Everybody and now it works great again, but ASP Upload still shows the error

Server object error 'ASP 0178 : 80070005'

Server.CreateObject Access Error

/progress.asp, line 25

The call to Server.CreateObject failed while checking permissions. Access is denied to this object.

even if both dll (aspupload64.dll and aspupload.dll in program files/program files (x86)) have Everybody permission set to full control. I'm super sure that both applications (pdf and upload) were running just fine before the update.

Any hint?
 
Last edited:
Hello,

Could you please run Process Monitor utility and watch for ACCESS DENIED events occured. Sometimes one library can load other library or try to load some content from different location and maybe we need to grant access to some other locations as well.
 
Back
Top