When trying to create an instance of the AspEmail component, the line of codeSet Upload = Server.CreateObject("Persits.MailSender")
generates the following error:
Server object error 'ASP 0177 : 8002801d'
Server.CreateObject Failed
Library not registered.
This error usually occurs because of tight security settings in the HKEY_CLASSES_ROOT section of the registry. To fix the error, run regedt32 and select the key HKEY_CLASSES_ROOT\TypeLib\{794D6711-F0F0-11D2-BEB0-009027438003} . From the Security menu, select Permissions. Add Everyone to the permission list and assign Full Control to the Everyone account. Make sure the setting propagates to the sub-keys as well.