The following script:
require 'win32ole’
iis = WIN32OLE.connect(“IIS://localhost/w3svc”)
… hangs up ruby.exe on my Windows 2000 sp2 machine. Win32OLE Version 0.5.0
(and 0.4.8.1). In an actual script that works with the iis var, everything
works fine, but then it hangs at the end of the script, presumably when it’s
releasing the object. Anyone else experience this?
Chris
http://clabs.org