Question:
I have installed Chilkat and tried to use FTP2 ActiveX component in my ASP page.
I have this code:
set ftp = Server.CreateObject("Chilkat.Ftp2")
but got error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
Answer:
Make sure you download the Chilkat FTP2 ActiveX from this URL:
http://www.chilkatsoft.com/download/Ftp2ActiveX.msi
Run the installer on your web server (where your ASP runs).
The ChilkatFtp2.dll must be registered. Running the .msi will register the DLL.
More information about deploying ActiveX DLLs.