I've got a script that builds static html files from xml/rss news feeds, it works fine on my web hosts server and it worked on PWS before I upgraded to Win2k. But on Win2k it refuses to work. Evrytime I try and use .GetFolder() or .OpenTextFile() it starts loading the page and then hangs, no errors nothing. I know FSO is work and the folders and filese exist (I used .FolderExist() and .FileExist() to check), but it just won't work.
Any one know what's wrong here? Do I need to setup special permissions so FSO can access he folders/files?