I am trying to instantiate the log parser COM object from within an (old-style) ASP page. When I do this on IIS on 32-bit machine, it works fine. However, running my ASP page with Log Parser 2.2 installed on a 64-bit IIS machine, I get an error.
Is there a 64-bit version of Log Parser?
I have tried configuring my IIS to allow running 32 bit apps using:
C:\Inetpub\AdminScripts>cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAp
pOnWin64 1
When I do this and run my ASP page, I get a "Service Unavailable" error, the special App Pool I created stops, and I get an error in my Windows Event Viewer about IIS not being able to load all the ISAPI filters.
Has anyone ever tried to use Log Parser within 64-bit IIS?