Note: This component is only needed if your users use EEO or File Attachments. If you turn off the EEO and Attachments functionality (using Privilege Classes in Dovetail Admin), then installing this component is not necessary.
The ASP File Upload component is an ASP component used by EEO (Enhanced Email Out) and for uploading of File Attachments.
It is a product available from MotoBit, which we have bundled with Dovetail Agent.
The dll can be registered by using regsvr32.exe on a command like:
For x86 (32-bit) systems:
regsvr32 c:\dovetail\agent\aspUpload\x86\ASPFormX86.DLL
regsvr32 c:\dovetail\agent\aspUpload\x86\ScptUtlX86.dll
For x64 (64-bit) systems:
regsvr32 c:\dovetail\agent\aspUpload\x64\ASPFormX64.DLL
regsvr32 c:\dovetail\agent\aspUpload\x64\ScptUtlX64.dll
32 bit on a 64 bit system:
If you want to run the 32 bit version on a 64 bit system (for example, in a 32-bit application pool), you also have to register the 32 bit versions of the DLLs.
%windir%\SysWOW64\regsvr32 c:\dovetail\agent\aspUpload\x86\ASPFormX86.dll
%windir%\SysWOW64\regsvr32 c:\dovetail\agent\aspUpload\x86\ScptUtlX86.dll
Note: You may need to run your command line as an Administrator in order to register the DLLs.
Grant read and execute permissions to the IUSR_[COMPUTERNAME] user
See Also |
Next |