This line of code is causing IIS 4.0 on Win NT 4.0 server
to hang infinately...
set objFile = objFSO.GetFile(strPhysicalPath)
The code works as expected on IIS 5.0/Win 2000 server.
When I comment out that line the page will display with no
problem. I have reinstalled the scripting runtime library
3 times (scr56en.exe).
Is there an issue with the GetFile method of the
FileSytemObject on Win NT 4.0 that I need to know about?
Please advise.
thanks,
Ron
p.s. the server has Service Pack 6a, and all security
patches as of today.