> I configured a FoxIsapi application like the Strahl's book but while it runs on my pc it do not runs on a server. I get the error: CoCreateInstance failed with err code 8000401a.
> Please is there someone can explain to me?
> thank you very much!
This is a permissions issue. You need to set the permissions on YOUR VFP DLL/EXE to YOURCOMPUTERNAME_IWAM for read access.
Also if your DLL/EXE uses any other files eg. DBF's then you need to set READ +WRITE to the DBF, FTP(if any) and CDX. The permission must be for user YOURCOMPUTERNAME_IUSR.