Hmmm, okay, we have 2 directories.
W3SVC1 and W3SVC3
This is the one from W3SVC1, I'll eliminate the duplicates:
#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2004-01-13 18:09:32
#Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem sc-status sc-win32-status cs(User-Agent)
2004-01-13 18:19:30 127.0.0.1 - 127.0.0.1 80 GET / 403 5 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
2004-01-13 18:19:32 10.1.1.187 - 10.2.102.133 80 OPTIONS / 403 5 Microsoft-WebDAV-MiniRedir/5.1.2600
2004-01-13 20:23:10 127.0.0.1 - 127.0.0.1 80 GET /punctual 403 5 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
2004-01-13 20:23:10 127.0.0.1 - 127.0.0.1 80 GET /punctual 403 5 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
2004-01-13 20:23:15 127.0.0.1 - 127.0.0.1 80 GET /iishelp 403 5 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
Oooh boy, messy!
This one is from W3SVC3 folder.
#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2004-01-13 22:02:42
#Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status cs(User-Agent)
2004-01-13 22:02:42 10.1.1.187 - 10.2.102.133 8756 GET /fpadmdll.dll page=genset.htm&port=/LM/W3SVC/1 401 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
2004-01-13 22:03:06 10.1.1.187 administrator 10.2.102.133 8756 GET /fpadmdll.dll page=webadmin.css 200 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
2004-01-13 22:03:06 10.1.1.187 administrator 10.2.102.133 8756 GET /Images/offlogo.gif - 200 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
2004-01-13 22:03:06 10.1.1.187 administrator 10.2.102.133 8756 GET /fpadmdll.dll page=genset.htm&port=/LM/W3SVC/1 200 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
2004-01-13 22:03:42 127.0.0.1 - 127.0.0.1 8756 GET / - 401 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
2004-01-13 22:03:54 127.0.0.1 student 127.0.0.1 8756 GET /fpadmdll.dll - 200 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
2004-01-13 22:04:03 127.0.0.1 student 127.0.0.1 8756 GET /fpadmdll.dll - 200 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
2004-01-13 22:04:11 127.0.0.1 student 127.0.0.1 8756 GET /fpadmdll.dll - 200 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
2004-01-13 22:04:19 127.0.0.1 - 127.0.0.1 8756 GET / - 401 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
2004-01-13 22:04:19 127.0.0.1 student 127.0.0.1 8756 GET /fpadmdll.dll - 200 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
2004-01-13 22:04:24 127.0.0.1 admin 127.0.0.1 8756 GET / - 401 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
2004-01-13 22:04:30 127.0.0.1 administrator 127.0.0.1 8756 GET /fpadmdll.dll page=webadmin.css 200 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
2004-01-13 22:04:30 127.0.0.1 administrator 127.0.0.1 8756 GET /fpadmdll.dll - 200 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
2004-01-13 22:04:30 127.0.0.1 administrator 127.0.0.1 8756 GET /Images/offlogo.gif - 200
IIS security settings shows grant access to all, anonymous password.
HOLY SMOKES!!! I just went and tested "http://localhost" again and now it's LISTING all the folders of the users!! Does that mean it's working?? Wow...lol, I just have to come to TIMO, complain about the problem, the problem gets scared and starts working!!! Well, I think it's working anyway

Hahah!! Anyway, I still need to get it to work from another room. So if you don't mind, please check over the logs and see if something is wrong....then:
The server name is "lab", when a user logs in, a "D" drive (that's where IIS is running) gets mapped to their station. Each user gets their own folder under "FPTraining", which is a virtual directory under IIS. My question: what should the path in explorer be to get their stuff working? THANKS VERY MUCH for the help!!