How Can I Run a legacy Classic ASP Site with Cybercash on 64 bit Windows Server 2008 R2 -
i have classic asp site running on old hardware , windows 2000. need migrate new hardware running windows server 2008 r2 64 bit. in particular, need reinstall ancient cybercash credit card clearing software. have merchant kit download, when try run mck-3.2.0.4-nt.exe, won't run because 16 bit app. how can around roadblock?
i posted question answer it, because had this, , thought answers may of interest others. according techie @ paypal, many tens of thousands of sites still run cybercash. others may doing migration mine.
the trick here recognize mck-3.2.0.4-nt.exe program unzip program. run on windows 2000 server, creating need in directory c:\mck-3.2.0.4-nt. classic asp need 4 files under c:\mck-3.2.0.4-nt\asp-api. may have been unzipped elsewhere, should able find , copy new server.
there 4 include files: ccmckdirectlib.inc,ccmcklib.inc, ccmsw.inc, , ccvarblock.inc , subdirectory cychmck. include files should have been copied ever directory contains credit card clearing asp page. if copied website files old server new server, should there.
now have install active x component, cychmck.dll in cychmck directory. run classic asp on iis 7+ need have app pool set run 32 bit applications. need install dll command line looks this:
\windows\syswow64\regsvr32 /s cychmck.dll
once cybercash installed, credit card clearing asp page should run on new server did on old server.
no 1 likes use old software new projects, code works , has run years hard beat. can teach new old tricks :)
i appreciate resource: http://winsupport.org/cybercash.html
Comments
Post a Comment