03 Feb 2017, 4:53 PM
|
Kool
Joined on 02-03-2017
Posts 2
|
|
|
Environment is as follows:
Server 2012
IIS 8.5
FileUp 6
I installed FileUp 6 on my Server 2012 machine and I keep getting this error in IIS logs: ASP_0177_:_800401f3 Server.CreateObject_Failed when I try to use the upload function.
I followed the kb article here: http://support.softartisans.com/kbview_1383.aspx
My object is instantiated correctly. To make sure the dll is registered correctly I downloaded and ran the vbscript as per this kb article: http://support.softartisans.com/kbview.aspx?ID=1294
I get the error message cannot open registry for progid. So I looked in the documentation for how to manually register the dll. I tried regsvr32 path\too\safileup.dll from c:\windows\syswow64 and I get a successfully registered message. If I go back and run the vbscript it throws up the error again.
Is this a dll register problem? What am I doing wrong here?
|
|
|
|
|
|
|
|